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.
| 16929 16930 16931 16932 16933 16934 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16929 class AwsRedshiftClusterClusterSecurityGroup < Struct.new( :cluster_security_group_name, :status) SENSITIVE = [] include Aws::Structure end | 
#status ⇒ String
The status of the cluster security group.
| 16929 16930 16931 16932 16933 16934 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16929 class AwsRedshiftClusterClusterSecurityGroup < Struct.new( :cluster_security_group_name, :status) SENSITIVE = [] include Aws::Structure end |