Class: Aws::Redshift::Types::ClusterSecurityGroupMembership

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshift/types.rb

Overview

Describes a cluster security group.

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_security_group_nameString

The name of the cluster security group.

Returns:

  • (String)


1026
1027
1028
1029
1030
# File 'lib/aws-sdk-redshift/types.rb', line 1026

class ClusterSecurityGroupMembership < Struct.new(
  :cluster_security_group_name,
  :status)
  include Aws::Structure
end

#statusString

The status of the cluster security group.

Returns:

  • (String)


1026
1027
1028
1029
1030
# File 'lib/aws-sdk-redshift/types.rb', line 1026

class ClusterSecurityGroupMembership < Struct.new(
  :cluster_security_group_name,
  :status)
  include Aws::Structure
end