Class: Aws::Types::CostCategoryValues
- Inherits:
-
Object
- Object
- Aws::Types::CostCategoryValues
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key ⇒ ::String
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 ⇒ ::String
Returns the value of attribute key.
114 115 116 |
# File 'sig/types.rbs', line 114 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.
116 117 118 |
# File 'sig/types.rbs', line 116 def @match_options end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
115 116 117 |
# File 'sig/types.rbs', line 115 def values @values end |