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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cluster_security_group_nameString

The name of the cluster security group.

Returns:

  • (String)


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

#statusString

The status of the cluster security group.

Returns:

  • (String)


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