Class: Aws::EC2::Types::TransitGatewayConnect

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

Overview

Describes a transit gateway Connect attachment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The creation time.

Returns:

  • (Time)


64481
64482
64483
64484
64485
64486
64487
64488
64489
64490
64491
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64481

class TransitGatewayConnect < Struct.new(
  :transit_gateway_attachment_id,
  :transport_transit_gateway_attachment_id,
  :transit_gateway_id,
  :state,
  :creation_time,
  :options,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#optionsTypes::TransitGatewayConnectOptions

The Connect attachment options.



64481
64482
64483
64484
64485
64486
64487
64488
64489
64490
64491
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64481

class TransitGatewayConnect < Struct.new(
  :transit_gateway_attachment_id,
  :transport_transit_gateway_attachment_id,
  :transit_gateway_id,
  :state,
  :creation_time,
  :options,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the attachment.

Returns:

  • (String)


64481
64482
64483
64484
64485
64486
64487
64488
64489
64490
64491
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64481

class TransitGatewayConnect < Struct.new(
  :transit_gateway_attachment_id,
  :transport_transit_gateway_attachment_id,
  :transit_gateway_id,
  :state,
  :creation_time,
  :options,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags for the attachment.

Returns:



64481
64482
64483
64484
64485
64486
64487
64488
64489
64490
64491
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64481

class TransitGatewayConnect < Struct.new(
  :transit_gateway_attachment_id,
  :transport_transit_gateway_attachment_id,
  :transit_gateway_id,
  :state,
  :creation_time,
  :options,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#transit_gateway_attachment_idString

The ID of the Connect attachment.

Returns:

  • (String)


64481
64482
64483
64484
64485
64486
64487
64488
64489
64490
64491
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64481

class TransitGatewayConnect < Struct.new(
  :transit_gateway_attachment_id,
  :transport_transit_gateway_attachment_id,
  :transit_gateway_id,
  :state,
  :creation_time,
  :options,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#transit_gateway_idString

The ID of the transit gateway.

Returns:

  • (String)


64481
64482
64483
64484
64485
64486
64487
64488
64489
64490
64491
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64481

class TransitGatewayConnect < Struct.new(
  :transit_gateway_attachment_id,
  :transport_transit_gateway_attachment_id,
  :transit_gateway_id,
  :state,
  :creation_time,
  :options,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#transport_transit_gateway_attachment_idString

The ID of the attachment from which the Connect attachment was created.

Returns:

  • (String)


64481
64482
64483
64484
64485
64486
64487
64488
64489
64490
64491
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64481

class TransitGatewayConnect < Struct.new(
  :transit_gateway_attachment_id,
  :transport_transit_gateway_attachment_id,
  :transit_gateway_id,
  :state,
  :creation_time,
  :options,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end