Class: Aws::Types::GroupDefinition
- Inherits:
-
Object
- Object
- Aws::Types::GroupDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key ⇒ ::String
Returns the value of attribute key.
-
#type ⇒ "DIMENSION", ...
Returns the value of attribute type.
Instance Attribute Details
#key ⇒ ::String
Returns the value of attribute key.
899 900 901 |
# File 'sig/types.rbs', line 899 def key @key end |
#type ⇒ "DIMENSION", ...
Returns the value of attribute type.
898 899 900 |
# File 'sig/types.rbs', line 898 def type @type end |