Class: Aws::Types::DimensionValues
- Inherits:
-
Object
- Object
- Aws::Types::DimensionValues
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key ⇒ "AZ", ...
Returns the value of attribute key.
-
#match_options ⇒ ::Array[("EQUALS" | "ABSENT" | "STARTS_WITH" | "ENDS_WITH" | "CONTAINS" | "CASE_SENSITIVE" | "CASE_INSENSITIVE" | "GREATER_THAN_OR_EQUAL")]
Returns the value of attribute match_options.
-
#values ⇒ ::Array[::String]
Returns the value of attribute values.
Instance Attribute Details
#key ⇒ "AZ", ...
Returns the value of attribute key.
367 368 369 |
# File 'sig/types.rbs', line 367 def key @key end |
#match_options ⇒ ::Array[("EQUALS" | "ABSENT" | "STARTS_WITH" | "ENDS_WITH" | "CONTAINS" | "CASE_SENSITIVE" | "CASE_INSENSITIVE" | "GREATER_THAN_OR_EQUAL")]
Returns the value of attribute match_options.
369 370 371 |
# File 'sig/types.rbs', line 369 def @match_options end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
368 369 370 |
# File 'sig/types.rbs', line 368 def values @values end |