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)


74670
74671
74672
74673
74674
74675
74676
74677
74678
74679
74680
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 74670

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.



74670
74671
74672
74673
74674
74675
74676
74677
74678
74679
74680
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 74670

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)


74670
74671
74672
74673
74674
74675
74676
74677
74678
74679
74680
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 74670

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:



74670
74671
74672
74673
74674
74675
74676
74677
74678
74679
74680
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 74670

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)


74670
74671
74672
74673
74674
74675
74676
74677
74678
74679
74680
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 74670

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)


74670
74671
74672
74673
74674
74675
74676
74677
74678
74679
74680
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 74670

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)


74670
74671
74672
74673
74674
74675
74676
74677
74678
74679
74680
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 74670

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