Class: Aws::Types::AwsRdsDbOptionGroupMembership
- Inherits:
-
Object
- Object
- Aws::Types::AwsRdsDbOptionGroupMembership
- 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.
3582 3583 3584 |
# File 'sig/types.rbs', line 3582 def option_group_name @option_group_name end |
#status ⇒ ::String
Returns the value of attribute status.
3583 3584 3585 |
# File 'sig/types.rbs', line 3583 def status @status end |