Class: Aws::EC2::Types::CarrierGateway
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CarrierGateway
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a carrier gateway.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #carrier_gateway_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the carrier gateway.
 - 
  
    
      #owner_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services account ID of the owner of the carrier gateway.
 - 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The state of the carrier gateway.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tags assigned to the carrier gateway.
 - 
  
    
      #vpc_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the VPC associated with the carrier gateway.
 
Instance Attribute Details
#carrier_gateway_id ⇒ String
The ID of the carrier gateway.
      5733 5734 5735 5736 5737 5738 5739 5740 5741  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 5733 class CarrierGateway < Struct.new( :carrier_gateway_id, :vpc_id, :state, :owner_id, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#owner_id ⇒ String
The Amazon Web Services account ID of the owner of the carrier gateway.
      5733 5734 5735 5736 5737 5738 5739 5740 5741  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 5733 class CarrierGateway < Struct.new( :carrier_gateway_id, :vpc_id, :state, :owner_id, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#state ⇒ String
The state of the carrier gateway.
      5733 5734 5735 5736 5737 5738 5739 5740 5741  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 5733 class CarrierGateway < Struct.new( :carrier_gateway_id, :vpc_id, :state, :owner_id, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
The tags assigned to the carrier gateway.
      5733 5734 5735 5736 5737 5738 5739 5740 5741  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 5733 class CarrierGateway < Struct.new( :carrier_gateway_id, :vpc_id, :state, :owner_id, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#vpc_id ⇒ String
The ID of the VPC associated with the carrier gateway.
      5733 5734 5735 5736 5737 5738 5739 5740 5741  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 5733 class CarrierGateway < Struct.new( :carrier_gateway_id, :vpc_id, :state, :owner_id, :tags) SENSITIVE = [] include Aws::Structure end  |