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::DimensionValues
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.
462 463 464 |
# File 'sig/types.rbs', line 462 def and @and end |
#cost_categories ⇒ Types::CostCategoryValues
Returns the value of attribute cost_categories.
466 467 468 |
# File 'sig/types.rbs', line 466 def cost_categories @cost_categories end |
#dimensions ⇒ Types::DimensionValues
Returns the value of attribute dimensions.
464 465 466 |
# File 'sig/types.rbs', line 464 def dimensions @dimensions end |
#not ⇒ Types::Expression
Returns the value of attribute not.
463 464 465 |
# File 'sig/types.rbs', line 463 def not @not end |
#or ⇒ ::Array[Types::Expression]
Returns the value of attribute or.
461 462 463 |
# File 'sig/types.rbs', line 461 def or @or end |
#tags ⇒ Types::TagValues
Returns the value of attribute tags.
465 466 467 |
# File 'sig/types.rbs', line 465 def end |