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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The creation time.

Returns:

  • (Time)


63503
63504
63505
63506
63507
63508
63509
63510
63511
63512
63513
63514
# File 'lib/aws-sdk-ec2/types.rb', line 63503

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)


63503
63504
63505
63506
63507
63508
63509
63510
63511
63512
63513
63514
# File 'lib/aws-sdk-ec2/types.rb', line 63503

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.



63503
63504
63505
63506
63507
63508
63509
63510
63511
63512
63513
63514
# File 'lib/aws-sdk-ec2/types.rb', line 63503

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)


63503
63504
63505
63506
63507
63508
63509
63510
63511
63512
63513
63514
# File 'lib/aws-sdk-ec2/types.rb', line 63503

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)


63503
63504
63505
63506
63507
63508
63509
63510
63511
63512
63513
63514
# File 'lib/aws-sdk-ec2/types.rb', line 63503

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:



63503
63504
63505
63506
63507
63508
63509
63510
63511
63512
63513
63514
# File 'lib/aws-sdk-ec2/types.rb', line 63503

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)


63503
63504
63505
63506
63507
63508
63509
63510
63511
63512
63513
63514
# File 'lib/aws-sdk-ec2/types.rb', line 63503

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)


63503
63504
63505
63506
63507
63508
63509
63510
63511
63512
63513
63514
# File 'lib/aws-sdk-ec2/types.rb', line 63503

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