Class: Aws::Types::DimensionKeyDetail
- Inherits:
-
Object
- Object
- Aws::Types::DimensionKeyDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dimension ⇒ ::String
Returns the value of attribute dimension.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#dimension ⇒ ::String
Returns the value of attribute dimension.
121 122 123 |
# File 'sig/types.rbs', line 121 def dimension @dimension end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
122 123 124 |
# File 'sig/types.rbs', line 122 def status @status end |
#value ⇒ ::String
Returns the value of attribute value.
120 121 122 |
# File 'sig/types.rbs', line 120 def value @value end |