Class: Aws::Types::ClusterSecurityGroupMembership
- Inherits:
-
Object
- Object
- Aws::Types::ClusterSecurityGroupMembership
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_security_group_name ⇒ ::String
Returns the value of attribute cluster_security_group_name.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#cluster_security_group_name ⇒ ::String
Returns the value of attribute cluster_security_group_name.
381 382 383 |
# File 'sig/types.rbs', line 381 def cluster_security_group_name @cluster_security_group_name end |
#status ⇒ ::String
Returns the value of attribute status.
382 383 384 |
# File 'sig/types.rbs', line 382 def status @status end |