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.
3333 3334 3335 |
# File 'sig/types.rbs', line 3333 def option_group_name @option_group_name end |
#status ⇒ ::String
Returns the value of attribute status.
3334 3335 3336 |
# File 'sig/types.rbs', line 3334 def status @status end |