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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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)


17411
17412
17413
17414
17415
17416
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17411

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

#statusString

The status of the cluster security group.

Returns:

  • (String)


17411
17412
17413
17414
17415
17416
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17411

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