Class: Aws::Redshift::Types::ClusterSecurityGroupMembership
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::ClusterSecurityGroupMembership
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
Describes a cluster security group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_security_group_name ⇒ String
The name of the cluster security group.
-
#status ⇒ String
The status of the cluster security group.
Instance Attribute Details
#cluster_security_group_name ⇒ String
The name of the cluster security group.
1499 1500 1501 1502 1503 1504 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 1499 class ClusterSecurityGroupMembership < Struct.new( :cluster_security_group_name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the cluster security group.
1499 1500 1501 1502 1503 1504 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 1499 class ClusterSecurityGroupMembership < Struct.new( :cluster_security_group_name, :status) SENSITIVE = [] include Aws::Structure end |