Class: Aws::Types::DBClusterOptionGroupStatus
- Inherits:
-
Object
- Object
- Aws::Types::DBClusterOptionGroupStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_cluster_option_group_name ⇒ ::String
Returns the value of attribute db_cluster_option_group_name.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#db_cluster_option_group_name ⇒ ::String
Returns the value of attribute db_cluster_option_group_name.
424 425 426 |
# File 'sig/types.rbs', line 424 def db_cluster_option_group_name @db_cluster_option_group_name end |
#status ⇒ ::String
Returns the value of attribute status.
425 426 427 |
# File 'sig/types.rbs', line 425 def status @status end |