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.
8033 8034 8035 |
# File 'sig/types.rbs', line 8033 def comparison @comparison end |
#dimension ⇒ "resource-region", ...
Returns the value of attribute dimension.
8032 8033 8034 |
# File 'sig/types.rbs', line 8032 def dimension @dimension end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
8034 8035 8036 |
# File 'sig/types.rbs', line 8034 def values @values end |