Class: Aws::EC2::Types::IpamPublicAddressSecurityGroup
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::IpamPublicAddressSecurityGroup
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
The security group that the resource with the public IP address is in.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #group_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The security group’s ID.
 - 
  
    
      #group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The security group’s name.
 
Instance Attribute Details
#group_id ⇒ String
The security group’s ID.
      46904 46905 46906 46907 46908 46909  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 46904 class IpamPublicAddressSecurityGroup < Struct.new( :group_name, :group_id) SENSITIVE = [] include Aws::Structure end  | 
  
#group_name ⇒ String
The security group’s name.
      46904 46905 46906 46907 46908 46909  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 46904 class IpamPublicAddressSecurityGroup < Struct.new( :group_name, :group_id) SENSITIVE = [] include Aws::Structure end  |