Class: Aws::EC2::Types::TransitGateway
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::TransitGateway
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a transit gateway.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The creation time.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of the transit gateway.
 - 
  
    
      #options  ⇒ Types::TransitGatewayOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The transit gateway options.
 - 
  
    
      #owner_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Amazon Web Services account that owns the transit gateway.
 - 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The state of the transit gateway.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tags for the transit gateway.
 - 
  
    
      #transit_gateway_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the transit gateway.
 - 
  
    
      #transit_gateway_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the transit gateway.
 
Instance Attribute Details
#creation_time ⇒ Time
The creation time.
      69769 69770 69771 69772 69773 69774 69775 69776 69777 69778 69779 69780  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 69769 class TransitGateway < Struct.new( :transit_gateway_id, :transit_gateway_arn, :state, :owner_id, :description, :creation_time, :options, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
The description of the transit gateway.
      69769 69770 69771 69772 69773 69774 69775 69776 69777 69778 69779 69780  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 69769 class TransitGateway < Struct.new( :transit_gateway_id, :transit_gateway_arn, :state, :owner_id, :description, :creation_time, :options, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#options ⇒ Types::TransitGatewayOptions
The transit gateway options.
      69769 69770 69771 69772 69773 69774 69775 69776 69777 69778 69779 69780  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 69769 class TransitGateway < Struct.new( :transit_gateway_id, :transit_gateway_arn, :state, :owner_id, :description, :creation_time, :options, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#owner_id ⇒ String
The ID of the Amazon Web Services account that owns the transit gateway.
      69769 69770 69771 69772 69773 69774 69775 69776 69777 69778 69779 69780  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 69769 class TransitGateway < Struct.new( :transit_gateway_id, :transit_gateway_arn, :state, :owner_id, :description, :creation_time, :options, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#state ⇒ String
The state of the transit gateway.
      69769 69770 69771 69772 69773 69774 69775 69776 69777 69778 69779 69780  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 69769 class TransitGateway < Struct.new( :transit_gateway_id, :transit_gateway_arn, :state, :owner_id, :description, :creation_time, :options, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
The tags for the transit gateway.
      69769 69770 69771 69772 69773 69774 69775 69776 69777 69778 69779 69780  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 69769 class TransitGateway < Struct.new( :transit_gateway_id, :transit_gateway_arn, :state, :owner_id, :description, :creation_time, :options, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#transit_gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the transit gateway.
      69769 69770 69771 69772 69773 69774 69775 69776 69777 69778 69779 69780  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 69769 class TransitGateway < Struct.new( :transit_gateway_id, :transit_gateway_arn, :state, :owner_id, :description, :creation_time, :options, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#transit_gateway_id ⇒ String
The ID of the transit gateway.
      69769 69770 69771 69772 69773 69774 69775 69776 69777 69778 69779 69780  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 69769 class TransitGateway < Struct.new( :transit_gateway_id, :transit_gateway_arn, :state, :owner_id, :description, :creation_time, :options, :tags) SENSITIVE = [] include Aws::Structure end  |