Class: Aws::SecurityHub::Types::AwsRedshiftClusterClusterSecurityGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsRedshiftClusterClusterSecurityGroup
- 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
-
#cluster_security_group_name ⇒ String
The name of the cluster security group.
-
#status ⇒ String
The status of the cluster security group.
Instance Attribute Details
#cluster_security_group_name ⇒ String
The name of the cluster security group.
17415 17416 17417 17418 17419 17420 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17415 class AwsRedshiftClusterClusterSecurityGroup < Struct.new( :cluster_security_group_name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the cluster security group.
17415 17416 17417 17418 17419 17420 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17415 class AwsRedshiftClusterClusterSecurityGroup < Struct.new( :cluster_security_group_name, :status) SENSITIVE = [] include Aws::Structure end |