Class: Aws::Types::DimensionCondition
- Inherits:
-
Object
- Object
- Aws::Types::DimensionCondition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comparison ⇒ "equals", "in"
Returns the value of attribute comparison.
-
#dimension ⇒ "resource-region", ...
Returns the value of attribute dimension.
-
#values ⇒ ::Array[::String]
Returns the value of attribute values.
Instance Attribute Details
#comparison ⇒ "equals", "in"
Returns the value of attribute comparison.
8306 8307 8308 |
# File 'sig/types.rbs', line 8306 def comparison @comparison end |
#dimension ⇒ "resource-region", ...
Returns the value of attribute dimension.
8305 8306 8307 |
# File 'sig/types.rbs', line 8305 def dimension @dimension end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
8307 8308 8309 |
# File 'sig/types.rbs', line 8307 def values @values end |