Class: Aws::EC2::Types::TransitGateway

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes a transit gateway.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The creation time.

Returns:

  • (Time)


35640
35641
35642
35643
35644
35645
35646
35647
35648
35649
35650
# File 'lib/aws-sdk-ec2/types.rb', line 35640

class TransitGateway < Struct.new(
  :transit_gateway_id,
  :transit_gateway_arn,
  :state,
  :owner_id,
  :description,
  :creation_time,
  :options,
  :tags)
  include Aws::Structure
end

#descriptionString

The description of the transit gateway.

Returns:

  • (String)


35640
35641
35642
35643
35644
35645
35646
35647
35648
35649
35650
# File 'lib/aws-sdk-ec2/types.rb', line 35640

class TransitGateway < Struct.new(
  :transit_gateway_id,
  :transit_gateway_arn,
  :state,
  :owner_id,
  :description,
  :creation_time,
  :options,
  :tags)
  include Aws::Structure
end

#optionsTypes::TransitGatewayOptions

The transit gateway options.



35640
35641
35642
35643
35644
35645
35646
35647
35648
35649
35650
# File 'lib/aws-sdk-ec2/types.rb', line 35640

class TransitGateway < Struct.new(
  :transit_gateway_id,
  :transit_gateway_arn,
  :state,
  :owner_id,
  :description,
  :creation_time,
  :options,
  :tags)
  include Aws::Structure
end

#owner_idString

The ID of the AWS account ID that owns the transit gateway.

Returns:

  • (String)


35640
35641
35642
35643
35644
35645
35646
35647
35648
35649
35650
# File 'lib/aws-sdk-ec2/types.rb', line 35640

class TransitGateway < Struct.new(
  :transit_gateway_id,
  :transit_gateway_arn,
  :state,
  :owner_id,
  :description,
  :creation_time,
  :options,
  :tags)
  include Aws::Structure
end

#stateString

The state of the transit gateway.

Returns:

  • (String)


35640
35641
35642
35643
35644
35645
35646
35647
35648
35649
35650
# File 'lib/aws-sdk-ec2/types.rb', line 35640

class TransitGateway < Struct.new(
  :transit_gateway_id,
  :transit_gateway_arn,
  :state,
  :owner_id,
  :description,
  :creation_time,
  :options,
  :tags)
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags for the transit gateway.

Returns:



35640
35641
35642
35643
35644
35645
35646
35647
35648
35649
35650
# File 'lib/aws-sdk-ec2/types.rb', line 35640

class TransitGateway < Struct.new(
  :transit_gateway_id,
  :transit_gateway_arn,
  :state,
  :owner_id,
  :description,
  :creation_time,
  :options,
  :tags)
  include Aws::Structure
end

#transit_gateway_arnString

The Amazon Resource Name (ARN) of the transit gateway.

Returns:

  • (String)


35640
35641
35642
35643
35644
35645
35646
35647
35648
35649
35650
# File 'lib/aws-sdk-ec2/types.rb', line 35640

class TransitGateway < Struct.new(
  :transit_gateway_id,
  :transit_gateway_arn,
  :state,
  :owner_id,
  :description,
  :creation_time,
  :options,
  :tags)
  include Aws::Structure
end

#transit_gateway_idString

The ID of the transit gateway.

Returns:

  • (String)


35640
35641
35642
35643
35644
35645
35646
35647
35648
35649
35650
# File 'lib/aws-sdk-ec2/types.rb', line 35640

class TransitGateway < Struct.new(
  :transit_gateway_id,
  :transit_gateway_arn,
  :state,
  :owner_id,
  :description,
  :creation_time,
  :options,
  :tags)
  include Aws::Structure
end