Class: Aws::Types::DimensionValues
- Inherits:
-
Object
- Object
- Aws::Types::DimensionValues
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key ⇒ "SERVICE", ...
Returns the value of attribute key.
-
#match_options ⇒ ::Array[("EQUALS" | "STARTS_WITH" | "ENDS_WITH" | "CONTAINS" | "GREATER_THAN_OR_EQUAL")]
Returns the value of attribute match_options.
-
#values ⇒ ::Array[::String]
Returns the value of attribute values.
Instance Attribute Details
#key ⇒ "SERVICE", ...
Returns the value of attribute key.
36 37 38 |
# File 'sig/types.rbs', line 36 def key @key end |
#match_options ⇒ ::Array[("EQUALS" | "STARTS_WITH" | "ENDS_WITH" | "CONTAINS" | "GREATER_THAN_OR_EQUAL")]
Returns the value of attribute match_options.
38 39 40 |
# File 'sig/types.rbs', line 38 def end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
37 38 39 |
# File 'sig/types.rbs', line 37 def values @values end |