Class: Aws::EC2::Types::TransitGatewayAttachment

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

Overview

Describes an attachment between a resource and a transit gateway.

Instance Attribute Summary collapse

Instance Attribute Details

#associationTypes::TransitGatewayAttachmentAssociation

The association.



35730
35731
35732
35733
35734
35735
35736
35737
35738
35739
35740
35741
35742
# File 'lib/aws-sdk-ec2/types.rb', line 35730

class TransitGatewayAttachment < Struct.new(
  :transit_gateway_attachment_id,
  :transit_gateway_id,
  :transit_gateway_owner_id,
  :resource_owner_id,
  :resource_type,
  :resource_id,
  :state,
  :association,
  :creation_time,
  :tags)
  include Aws::Structure
end

#creation_timeTime

The creation time.

Returns:

  • (Time)


35730
35731
35732
35733
35734
35735
35736
35737
35738
35739
35740
35741
35742
# File 'lib/aws-sdk-ec2/types.rb', line 35730

class TransitGatewayAttachment < Struct.new(
  :transit_gateway_attachment_id,
  :transit_gateway_id,
  :transit_gateway_owner_id,
  :resource_owner_id,
  :resource_type,
  :resource_id,
  :state,
  :association,
  :creation_time,
  :tags)
  include Aws::Structure
end

#resource_idString

The ID of the resource.

Returns:

  • (String)


35730
35731
35732
35733
35734
35735
35736
35737
35738
35739
35740
35741
35742
# File 'lib/aws-sdk-ec2/types.rb', line 35730

class TransitGatewayAttachment < Struct.new(
  :transit_gateway_attachment_id,
  :transit_gateway_id,
  :transit_gateway_owner_id,
  :resource_owner_id,
  :resource_type,
  :resource_id,
  :state,
  :association,
  :creation_time,
  :tags)
  include Aws::Structure
end

#resource_owner_idString

The ID of the AWS account that owns the resource.

Returns:

  • (String)


35730
35731
35732
35733
35734
35735
35736
35737
35738
35739
35740
35741
35742
# File 'lib/aws-sdk-ec2/types.rb', line 35730

class TransitGatewayAttachment < Struct.new(
  :transit_gateway_attachment_id,
  :transit_gateway_id,
  :transit_gateway_owner_id,
  :resource_owner_id,
  :resource_type,
  :resource_id,
  :state,
  :association,
  :creation_time,
  :tags)
  include Aws::Structure
end

#resource_typeString

The resource type.

Returns:

  • (String)


35730
35731
35732
35733
35734
35735
35736
35737
35738
35739
35740
35741
35742
# File 'lib/aws-sdk-ec2/types.rb', line 35730

class TransitGatewayAttachment < Struct.new(
  :transit_gateway_attachment_id,
  :transit_gateway_id,
  :transit_gateway_owner_id,
  :resource_owner_id,
  :resource_type,
  :resource_id,
  :state,
  :association,
  :creation_time,
  :tags)
  include Aws::Structure
end

#stateString

The attachment state.

Returns:

  • (String)


35730
35731
35732
35733
35734
35735
35736
35737
35738
35739
35740
35741
35742
# File 'lib/aws-sdk-ec2/types.rb', line 35730

class TransitGatewayAttachment < Struct.new(
  :transit_gateway_attachment_id,
  :transit_gateway_id,
  :transit_gateway_owner_id,
  :resource_owner_id,
  :resource_type,
  :resource_id,
  :state,
  :association,
  :creation_time,
  :tags)
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags for the attachment.

Returns:



35730
35731
35732
35733
35734
35735
35736
35737
35738
35739
35740
35741
35742
# File 'lib/aws-sdk-ec2/types.rb', line 35730

class TransitGatewayAttachment < Struct.new(
  :transit_gateway_attachment_id,
  :transit_gateway_id,
  :transit_gateway_owner_id,
  :resource_owner_id,
  :resource_type,
  :resource_id,
  :state,
  :association,
  :creation_time,
  :tags)
  include Aws::Structure
end

#transit_gateway_attachment_idString

The ID of the attachment.

Returns:

  • (String)


35730
35731
35732
35733
35734
35735
35736
35737
35738
35739
35740
35741
35742
# File 'lib/aws-sdk-ec2/types.rb', line 35730

class TransitGatewayAttachment < Struct.new(
  :transit_gateway_attachment_id,
  :transit_gateway_id,
  :transit_gateway_owner_id,
  :resource_owner_id,
  :resource_type,
  :resource_id,
  :state,
  :association,
  :creation_time,
  :tags)
  include Aws::Structure
end

#transit_gateway_idString

The ID of the transit gateway.

Returns:

  • (String)


35730
35731
35732
35733
35734
35735
35736
35737
35738
35739
35740
35741
35742
# File 'lib/aws-sdk-ec2/types.rb', line 35730

class TransitGatewayAttachment < Struct.new(
  :transit_gateway_attachment_id,
  :transit_gateway_id,
  :transit_gateway_owner_id,
  :resource_owner_id,
  :resource_type,
  :resource_id,
  :state,
  :association,
  :creation_time,
  :tags)
  include Aws::Structure
end

#transit_gateway_owner_idString

The ID of the AWS account that owns the transit gateway.

Returns:

  • (String)


35730
35731
35732
35733
35734
35735
35736
35737
35738
35739
35740
35741
35742
# File 'lib/aws-sdk-ec2/types.rb', line 35730

class TransitGatewayAttachment < Struct.new(
  :transit_gateway_attachment_id,
  :transit_gateway_id,
  :transit_gateway_owner_id,
  :resource_owner_id,
  :resource_type,
  :resource_id,
  :state,
  :association,
  :creation_time,
  :tags)
  include Aws::Structure
end