Class: Aws::SecurityHub::Types::AwsRedshiftClusterClusterSecurityGroup

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

Overview

A security group that is associated with the cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_security_group_nameString

The name of the cluster security group.

Returns:

  • (String)


17545
17546
17547
17548
17549
17550
# File 'lib/aws-sdk-securityhub/types.rb', line 17545

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

#statusString

The status of the cluster security group.

Returns:

  • (String)


17545
17546
17547
17548
17549
17550
# File 'lib/aws-sdk-securityhub/types.rb', line 17545

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