Class: Aws::Types::OptionGroupMembership
- Inherits:
-
Object
- Object
- Aws::Types::OptionGroupMembership
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#option_group_name ⇒ ::String
Returns the value of attribute option_group_name.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#option_group_name ⇒ ::String
Returns the value of attribute option_group_name.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def option_group_name @option_group_name end |
#status ⇒ ::String
Returns the value of attribute status.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def status @status end |