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)


64658
64659
64660
64661
64662
64663
64664
64665
64666
64667
64668
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64658

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.



64658
64659
64660
64661
64662
64663
64664
64665
64666
64667
64668
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64658

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)


64658
64659
64660
64661
64662
64663
64664
64665
64666
64667
64668
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64658

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:



64658
64659
64660
64661
64662
64663
64664
64665
64666
64667
64668
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64658

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)


64658
64659
64660
64661
64662
64663
64664
64665
64666
64667
64668
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64658

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)


64658
64659
64660
64661
64662
64663
64664
64665
64666
64667
64668
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64658

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)


64658
64659
64660
64661
64662
64663
64664
64665
64666
64667
64668
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64658

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