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::ExpressionFilter
Returns the value of attribute cost_categories.
-
#dimensions ⇒ Types::ExpressionFilter
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::ExpressionFilter
Returns the value of attribute tags.
Instance Attribute Details
#and ⇒ ::Array[Types::Expression]
Returns the value of attribute and.
540 541 542 |
# File 'sig/types.rbs', line 540 def and @and end |
#cost_categories ⇒ Types::ExpressionFilter
Returns the value of attribute cost_categories.
543 544 545 |
# File 'sig/types.rbs', line 543 def cost_categories @cost_categories end |
#dimensions ⇒ Types::ExpressionFilter
Returns the value of attribute dimensions.
544 545 546 |
# File 'sig/types.rbs', line 544 def dimensions @dimensions end |
#not ⇒ Types::Expression
Returns the value of attribute not.
542 543 544 |
# File 'sig/types.rbs', line 542 def not @not end |
#or ⇒ ::Array[Types::Expression]
Returns the value of attribute or.
541 542 543 |
# File 'sig/types.rbs', line 541 def or @or end |
#tags ⇒ Types::ExpressionFilter
Returns the value of attribute tags.
545 546 547 |
# File 'sig/types.rbs', line 545 def @tags end |