Class: Aws::Types::Expression
- Inherits:
-
Object
- Object
- Aws::Types::Expression
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#and ⇒ ::Array[Types::Expression]
Returns the value of attribute and.
-
#cost_categories ⇒ Types::CostCategoryValues
Returns the value of attribute cost_categories.
-
#dimensions ⇒ Types::ExpressionDimensionValues
Returns the value of attribute dimensions.
-
#not ⇒ Types::Expression
Returns the value of attribute not.
-
#or ⇒ ::Array[Types::Expression]
Returns the value of attribute or.
-
#tags ⇒ Types::TagValues
Returns the value of attribute tags.
Instance Attribute Details
#and ⇒ ::Array[Types::Expression]
Returns the value of attribute and.
413 414 415 |
# File 'sig/types.rbs', line 413 def and @and end |
#cost_categories ⇒ Types::CostCategoryValues
Returns the value of attribute cost_categories.
417 418 419 |
# File 'sig/types.rbs', line 417 def cost_categories @cost_categories end |
#dimensions ⇒ Types::ExpressionDimensionValues
Returns the value of attribute dimensions.
415 416 417 |
# File 'sig/types.rbs', line 415 def dimensions @dimensions end |
#not ⇒ Types::Expression
Returns the value of attribute not.
414 415 416 |
# File 'sig/types.rbs', line 414 def not @not end |
#or ⇒ ::Array[Types::Expression]
Returns the value of attribute or.
412 413 414 |
# File 'sig/types.rbs', line 412 def or @or end |
#tags ⇒ Types::TagValues
Returns the value of attribute tags.
416 417 418 |
# File 'sig/types.rbs', line 416 def @tags end |