Class: Aws::Types::ExpressionDimensionValues
- Inherits:
-
Object
- Object
- Aws::Types::ExpressionDimensionValues
- 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" | "GREATER_THAN_OR_EQUAL" | "CASE_SENSITIVE" | "CASE_INSENSITIVE")]
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.
422 423 424 |
# File 'sig/types.rbs', line 422 def key @key end |
#match_options ⇒ ::Array[("EQUALS" | "ABSENT" | "STARTS_WITH" | "ENDS_WITH" | "CONTAINS" | "GREATER_THAN_OR_EQUAL" | "CASE_SENSITIVE" | "CASE_INSENSITIVE")]
Returns the value of attribute match_options.
424 425 426 |
# File 'sig/types.rbs', line 424 def @match_options end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
423 424 425 |
# File 'sig/types.rbs', line 423 def values @values end |