Class: Aws::EC2::Types::EgressOnlyInternetGateway
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::EgressOnlyInternetGateway
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes an egress-only internet gateway.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #attachments  ⇒ Array<Types::InternetGatewayAttachment> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the attachment of the egress-only internet gateway.
 - 
  
    
      #egress_only_internet_gateway_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the egress-only internet gateway.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tags assigned to the egress-only internet gateway.
 
Instance Attribute Details
#attachments ⇒ Array<Types::InternetGatewayAttachment>
Information about the attachment of the egress-only internet gateway.
      32909 32910 32911 32912 32913 32914 32915  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 32909 class EgressOnlyInternetGateway < Struct.new( :attachments, :egress_only_internet_gateway_id, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#egress_only_internet_gateway_id ⇒ String
The ID of the egress-only internet gateway.
      32909 32910 32911 32912 32913 32914 32915  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 32909 class EgressOnlyInternetGateway < Struct.new( :attachments, :egress_only_internet_gateway_id, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
The tags assigned to the egress-only internet gateway.
      32909 32910 32911 32912 32913 32914 32915  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 32909 class EgressOnlyInternetGateway < Struct.new( :attachments, :egress_only_internet_gateway_id, :tags) SENSITIVE = [] include Aws::Structure end  |