Class: Aws::EC2::Types::StaleSecurityGroup
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::StaleSecurityGroup
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a stale security group (a security group that contains stale rules).
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of the security group.
 - 
  
    
      #group_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the security group.
 - 
  
    
      #group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the security group.
 - 
  
    
      #stale_ip_permissions  ⇒ Array<Types::StaleIpPermission> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the stale inbound rules in the security group.
 - 
  
    
      #stale_ip_permissions_egress  ⇒ Array<Types::StaleIpPermission> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the stale outbound rules in the security group.
 - 
  
    
      #vpc_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the VPC for the security group.
 
Instance Attribute Details
#description ⇒ String
The description of the security group.
      68090 68091 68092 68093 68094 68095 68096 68097 68098 68099  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 68090 class StaleSecurityGroup < Struct.new( :description, :group_id, :group_name, :stale_ip_permissions, :stale_ip_permissions_egress, :vpc_id) SENSITIVE = [] include Aws::Structure end  | 
  
#group_id ⇒ String
The ID of the security group.
      68090 68091 68092 68093 68094 68095 68096 68097 68098 68099  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 68090 class StaleSecurityGroup < Struct.new( :description, :group_id, :group_name, :stale_ip_permissions, :stale_ip_permissions_egress, :vpc_id) SENSITIVE = [] include Aws::Structure end  | 
  
#group_name ⇒ String
The name of the security group.
      68090 68091 68092 68093 68094 68095 68096 68097 68098 68099  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 68090 class StaleSecurityGroup < Struct.new( :description, :group_id, :group_name, :stale_ip_permissions, :stale_ip_permissions_egress, :vpc_id) SENSITIVE = [] include Aws::Structure end  | 
  
#stale_ip_permissions ⇒ Array<Types::StaleIpPermission>
Information about the stale inbound rules in the security group.
      68090 68091 68092 68093 68094 68095 68096 68097 68098 68099  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 68090 class StaleSecurityGroup < Struct.new( :description, :group_id, :group_name, :stale_ip_permissions, :stale_ip_permissions_egress, :vpc_id) SENSITIVE = [] include Aws::Structure end  | 
  
#stale_ip_permissions_egress ⇒ Array<Types::StaleIpPermission>
Information about the stale outbound rules in the security group.
      68090 68091 68092 68093 68094 68095 68096 68097 68098 68099  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 68090 class StaleSecurityGroup < Struct.new( :description, :group_id, :group_name, :stale_ip_permissions, :stale_ip_permissions_egress, :vpc_id) SENSITIVE = [] include Aws::Structure end  | 
  
#vpc_id ⇒ String
The ID of the VPC for the security group.
      68090 68091 68092 68093 68094 68095 68096 68097 68098 68099  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 68090 class StaleSecurityGroup < Struct.new( :description, :group_id, :group_name, :stale_ip_permissions, :stale_ip_permissions_egress, :vpc_id) SENSITIVE = [] include Aws::Structure end  |