Method: Aws::Redshift::Types::ClusterSecurityGroupMembership#status

Defined in:
lib/aws-sdk-redshift/types.rb

#statusString

The status of the cluster security group.

Returns:

  • (String)


1523
1524
1525
1526
1527
1528
# File 'lib/aws-sdk-redshift/types.rb', line 1523

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