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)


17415
17416
17417
17418
17419
17420
# File 'lib/aws-sdk-securityhub/types.rb', line 17415

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

#statusString

The status of the cluster security group.

Returns:

  • (String)


17415
17416
17417
17418
17419
17420
# File 'lib/aws-sdk-securityhub/types.rb', line 17415

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