Class: Aws::Types::AwsRedshiftClusterClusterSecurityGroup
- Inherits:
-
Object
- Object
- Aws::Types::AwsRedshiftClusterClusterSecurityGroup
- 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.
3746 3747 3748 |
# File 'sig/types.rbs', line 3746 def cluster_security_group_name @cluster_security_group_name end |
#status ⇒ ::String
Returns the value of attribute status.
3747 3748 3749 |
# File 'sig/types.rbs', line 3747 def status @status end |