Class: Aws::EC2::Types::TransitGateway
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::TransitGateway
 
- Defined in:
- gems/aws-sdk-ec2/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.
| 75650 75651 75652 75653 75654 75655 75656 75657 75658 75659 75660 75661 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 75650 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.
| 75650 75651 75652 75653 75654 75655 75656 75657 75658 75659 75660 75661 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 75650 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.
| 75650 75651 75652 75653 75654 75655 75656 75657 75658 75659 75660 75661 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 75650 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.
| 75650 75651 75652 75653 75654 75655 75656 75657 75658 75659 75660 75661 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 75650 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.
| 75650 75651 75652 75653 75654 75655 75656 75657 75658 75659 75660 75661 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 75650 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.
| 75650 75651 75652 75653 75654 75655 75656 75657 75658 75659 75660 75661 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 75650 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.
| 75650 75651 75652 75653 75654 75655 75656 75657 75658 75659 75660 75661 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 75650 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.
| 75650 75651 75652 75653 75654 75655 75656 75657 75658 75659 75660 75661 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 75650 class TransitGateway < Struct.new( :transit_gateway_id, :transit_gateway_arn, :state, :owner_id, :description, :creation_time, :options, :tags) SENSITIVE = [] include Aws::Structure end |