Class: Aws::Budgets::Types::Expression

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb

Overview

Use Expression to filter in various Budgets APIs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#andArray<Types::Expression>

Return results that match both Dimension objects.

Returns:



1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1496

class Expression < Struct.new(
  :or,
  :and,
  :not,
  :dimensions,
  :tags,
  :cost_categories)
  SENSITIVE = []
  include Aws::Structure
end

#cost_categoriesTypes::CostCategoryValues

The filter that's based on CostCategoryValues.



1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1496

class Expression < Struct.new(
  :or,
  :and,
  :not,
  :dimensions,
  :tags,
  :cost_categories)
  SENSITIVE = []
  include Aws::Structure
end

#dimensionsTypes::ExpressionDimensionValues

The specific Dimension to use for Expression.



1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1496

class Expression < Struct.new(
  :or,
  :and,
  :not,
  :dimensions,
  :tags,
  :cost_categories)
  SENSITIVE = []
  include Aws::Structure
end

#notTypes::Expression

Return results that don't match a Dimension object.

Returns:



1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1496

class Expression < Struct.new(
  :or,
  :and,
  :not,
  :dimensions,
  :tags,
  :cost_categories)
  SENSITIVE = []
  include Aws::Structure
end

#orArray<Types::Expression>

Return results that match either Dimension object.

Returns:



1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1496

class Expression < Struct.new(
  :or,
  :and,
  :not,
  :dimensions,
  :tags,
  :cost_categories)
  SENSITIVE = []
  include Aws::Structure
end

#tagsTypes::TagValues

The specific Tag to use for Expression.

Returns:



1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1496

class Expression < Struct.new(
  :or,
  :and,
  :not,
  :dimensions,
  :tags,
  :cost_categories)
  SENSITIVE = []
  include Aws::Structure
end