Class: Aws::Redshift::Types::EC2SecurityGroup
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Redshift::Types::EC2SecurityGroup
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshift/types.rb
 
Overview
Describes an Amazon EC2 security group.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #ec2_security_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the EC2 Security Group.
 - 
  
    
      #ec2_security_group_owner_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services account ID of the owner of the EC2 security group specified in the ‘EC2SecurityGroupName` field.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the EC2 security group.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of tags for the EC2 security group.
 
Instance Attribute Details
#ec2_security_group_name ⇒ String
The name of the EC2 Security Group.
      6141 6142 6143 6144 6145 6146 6147 6148  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 6141 class EC2SecurityGroup < Struct.new( :status, :ec2_security_group_name, :ec2_security_group_owner_id, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#ec2_security_group_owner_id ⇒ String
The Amazon Web Services account ID of the owner of the EC2 security group specified in the ‘EC2SecurityGroupName` field.
      6141 6142 6143 6144 6145 6146 6147 6148  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 6141 class EC2SecurityGroup < Struct.new( :status, :ec2_security_group_name, :ec2_security_group_owner_id, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the EC2 security group.
      6141 6142 6143 6144 6145 6146 6147 6148  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 6141 class EC2SecurityGroup < Struct.new( :status, :ec2_security_group_name, :ec2_security_group_owner_id, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
The list of tags for the EC2 security group.
      6141 6142 6143 6144 6145 6146 6147 6148  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 6141 class EC2SecurityGroup < Struct.new( :status, :ec2_security_group_name, :ec2_security_group_owner_id, :tags) SENSITIVE = [] include Aws::Structure end  |