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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


64574
64575
64576
64577
64578
64579
64580
64581
64582
64583
64584
# File 'lib/aws-sdk-ec2/types.rb', line 64574

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.



64574
64575
64576
64577
64578
64579
64580
64581
64582
64583
64584
# File 'lib/aws-sdk-ec2/types.rb', line 64574

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)


64574
64575
64576
64577
64578
64579
64580
64581
64582
64583
64584
# File 'lib/aws-sdk-ec2/types.rb', line 64574

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:



64574
64575
64576
64577
64578
64579
64580
64581
64582
64583
64584
# File 'lib/aws-sdk-ec2/types.rb', line 64574

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)


64574
64575
64576
64577
64578
64579
64580
64581
64582
64583
64584
# File 'lib/aws-sdk-ec2/types.rb', line 64574

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)


64574
64575
64576
64577
64578
64579
64580
64581
64582
64583
64584
# File 'lib/aws-sdk-ec2/types.rb', line 64574

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)


64574
64575
64576
64577
64578
64579
64580
64581
64582
64583
64584
# File 'lib/aws-sdk-ec2/types.rb', line 64574

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