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

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

Overview

Describes an attachment between a resource and a transit gateway.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associationTypes::TransitGatewayAttachmentAssociation

The association.



64468
64469
64470
64471
64472
64473
64474
64475
64476
64477
64478
64479
64480
64481
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64468

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)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The creation time.

Returns:

  • (Time)


64468
64469
64470
64471
64472
64473
64474
64475
64476
64477
64478
64479
64480
64481
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64468

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)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The ID of the resource.

Returns:

  • (String)


64468
64469
64470
64471
64472
64473
64474
64475
64476
64477
64478
64479
64480
64481
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64468

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)
  SENSITIVE = []
  include Aws::Structure
end

#resource_owner_idString

The ID of the Amazon Web Services account that owns the resource.

Returns:

  • (String)


64468
64469
64470
64471
64472
64473
64474
64475
64476
64477
64478
64479
64480
64481
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64468

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)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The resource type. Note that the tgw-peering resource type has been deprecated.

Returns:

  • (String)


64468
64469
64470
64471
64472
64473
64474
64475
64476
64477
64478
64479
64480
64481
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64468

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)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The attachment state. Note that the initiating state has been deprecated.

Returns:

  • (String)


64468
64469
64470
64471
64472
64473
64474
64475
64476
64477
64478
64479
64480
64481
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64468

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)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags for the attachment.

Returns:



64468
64469
64470
64471
64472
64473
64474
64475
64476
64477
64478
64479
64480
64481
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64468

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)
  SENSITIVE = []
  include Aws::Structure
end

#transit_gateway_attachment_idString

The ID of the attachment.

Returns:

  • (String)


64468
64469
64470
64471
64472
64473
64474
64475
64476
64477
64478
64479
64480
64481
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64468

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)
  SENSITIVE = []
  include Aws::Structure
end

#transit_gateway_idString

The ID of the transit gateway.

Returns:

  • (String)


64468
64469
64470
64471
64472
64473
64474
64475
64476
64477
64478
64479
64480
64481
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64468

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)
  SENSITIVE = []
  include Aws::Structure
end

#transit_gateway_owner_idString

The ID of the Amazon Web Services account that owns the transit gateway.

Returns:

  • (String)


64468
64469
64470
64471
64472
64473
64474
64475
64476
64477
64478
64479
64480
64481
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64468

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)
  SENSITIVE = []
  include Aws::Structure
end