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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#creation_timeTime

The creation time.

Returns:

  • (Time)


64265
64266
64267
64268
64269
64270
64271
64272
64273
64274
64275
64276
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64265

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

#descriptionString

The description of the transit gateway.

Returns:

  • (String)


64265
64266
64267
64268
64269
64270
64271
64272
64273
64274
64275
64276
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64265

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

#optionsTypes::TransitGatewayOptions

The transit gateway options.



64265
64266
64267
64268
64269
64270
64271
64272
64273
64274
64275
64276
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64265

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

#owner_idString

The ID of the Amazon Web Services account that owns the transit gateway.

Returns:

  • (String)


64265
64266
64267
64268
64269
64270
64271
64272
64273
64274
64275
64276
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64265

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

#stateString

The state of the transit gateway.

Returns:

  • (String)


64265
64266
64267
64268
64269
64270
64271
64272
64273
64274
64275
64276
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64265

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

#tagsArray<Types::Tag>

The tags for the transit gateway.

Returns:



64265
64266
64267
64268
64269
64270
64271
64272
64273
64274
64275
64276
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64265

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_arnString

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

Returns:

  • (String)


64265
64266
64267
64268
64269
64270
64271
64272
64273
64274
64275
64276
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64265

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_idString

The ID of the transit gateway.

Returns:

  • (String)


64265
64266
64267
64268
64269
64270
64271
64272
64273
64274
64275
64276
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64265

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