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)


35921
35922
35923
35924
35925
35926
35927
35928
35929
35930
35931
# File 'lib/aws-sdk-ec2/types.rb', line 35921

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)


35921
35922
35923
35924
35925
35926
35927
35928
35929
35930
35931
# File 'lib/aws-sdk-ec2/types.rb', line 35921

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.



35921
35922
35923
35924
35925
35926
35927
35928
35929
35930
35931
# File 'lib/aws-sdk-ec2/types.rb', line 35921

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)


35921
35922
35923
35924
35925
35926
35927
35928
35929
35930
35931
# File 'lib/aws-sdk-ec2/types.rb', line 35921

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)


35921
35922
35923
35924
35925
35926
35927
35928
35929
35930
35931
# File 'lib/aws-sdk-ec2/types.rb', line 35921

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:



35921
35922
35923
35924
35925
35926
35927
35928
35929
35930
35931
# File 'lib/aws-sdk-ec2/types.rb', line 35921

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)


35921
35922
35923
35924
35925
35926
35927
35928
35929
35930
35931
# File 'lib/aws-sdk-ec2/types.rb', line 35921

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)


35921
35922
35923
35924
35925
35926
35927
35928
35929
35930
35931
# File 'lib/aws-sdk-ec2/types.rb', line 35921

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