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.
-
#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.
Instance Attribute Details
#and ⇒ ::Array[Types::Expression]
Returns the value of attribute and.
44 45 46 |
# File 'sig/types.rbs', line 44 def and @and end |
#dimensions ⇒ Types::DimensionValues
Returns the value of attribute dimensions.
46 47 48 |
# File 'sig/types.rbs', line 46 def dimensions @dimensions end |
#not ⇒ Types::Expression
Returns the value of attribute not.
45 46 47 |
# File 'sig/types.rbs', line 45 def not @not end |
#or ⇒ ::Array[Types::Expression]
Returns the value of attribute or.
43 44 45 |
# File 'sig/types.rbs', line 43 def or @or end |