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)


81644
81645
81646
81647
81648
81649
81650
81651
81652
81653
81654
81655
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 81644

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)


81644
81645
81646
81647
81648
81649
81650
81651
81652
81653
81654
81655
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 81644

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.



81644
81645
81646
81647
81648
81649
81650
81651
81652
81653
81654
81655
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 81644

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)


81644
81645
81646
81647
81648
81649
81650
81651
81652
81653
81654
81655
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 81644

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)


81644
81645
81646
81647
81648
81649
81650
81651
81652
81653
81654
81655
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 81644

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:



81644
81645
81646
81647
81648
81649
81650
81651
81652
81653
81654
81655
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 81644

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)


81644
81645
81646
81647
81648
81649
81650
81651
81652
81653
81654
81655
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 81644

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)


81644
81645
81646
81647
81648
81649
81650
81651
81652
81653
81654
81655
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 81644

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