Class: Aws::EC2::Types::TransitGatewayVpcAttachment

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

Overview

Describes a VPC attachment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time ⇒ Time

The creation time.

Returns:

  • (Time)


88630
88631
88632
88633
88634
88635
88636
88637
88638
88639
88640
88641
88642
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 88630

class TransitGatewayVpcAttachment < Struct.new(
  :transit_gateway_attachment_id,
  :transit_gateway_id,
  :vpc_id,
  :vpc_owner_id,
  :state,
  :subnet_ids,
  :creation_time,
  :options,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#options ⇒ Types::TransitGatewayVpcAttachmentOptions

The VPC attachment options.



88630
88631
88632
88633
88634
88635
88636
88637
88638
88639
88640
88641
88642
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 88630

class TransitGatewayVpcAttachment < Struct.new(
  :transit_gateway_attachment_id,
  :transit_gateway_id,
  :vpc_id,
  :vpc_owner_id,
  :state,
  :subnet_ids,
  :creation_time,
  :options,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#state ⇒ String

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

Returns:

  • (String)


88630
88631
88632
88633
88634
88635
88636
88637
88638
88639
88640
88641
88642
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 88630

class TransitGatewayVpcAttachment < Struct.new(
  :transit_gateway_attachment_id,
  :transit_gateway_id,
  :vpc_id,
  :vpc_owner_id,
  :state,
  :subnet_ids,
  :creation_time,
  :options,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_ids ⇒ Array<String>

The IDs of the subnets.

Returns:

  • (Array<String>)


88630
88631
88632
88633
88634
88635
88636
88637
88638
88639
88640
88641
88642
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 88630

class TransitGatewayVpcAttachment < Struct.new(
  :transit_gateway_attachment_id,
  :transit_gateway_id,
  :vpc_id,
  :vpc_owner_id,
  :state,
  :subnet_ids,
  :creation_time,
  :options,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tags ⇒ Array<Types::Tag>

The tags for the VPC attachment.

Returns:



88630
88631
88632
88633
88634
88635
88636
88637
88638
88639
88640
88641
88642
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 88630

class TransitGatewayVpcAttachment < Struct.new(
  :transit_gateway_attachment_id,
  :transit_gateway_id,
  :vpc_id,
  :vpc_owner_id,
  :state,
  :subnet_ids,
  :creation_time,
  :options,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#transit_gateway_attachment_id ⇒ String

The ID of the attachment.

Returns:

  • (String)


88630
88631
88632
88633
88634
88635
88636
88637
88638
88639
88640
88641
88642
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 88630

class TransitGatewayVpcAttachment < Struct.new(
  :transit_gateway_attachment_id,
  :transit_gateway_id,
  :vpc_id,
  :vpc_owner_id,
  :state,
  :subnet_ids,
  :creation_time,
  :options,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#transit_gateway_id ⇒ String

The ID of the transit gateway.

Returns:

  • (String)


88630
88631
88632
88633
88634
88635
88636
88637
88638
88639
88640
88641
88642
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 88630

class TransitGatewayVpcAttachment < Struct.new(
  :transit_gateway_attachment_id,
  :transit_gateway_id,
  :vpc_id,
  :vpc_owner_id,
  :state,
  :subnet_ids,
  :creation_time,
  :options,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_id ⇒ String

The ID of the VPC.

Returns:

  • (String)


88630
88631
88632
88633
88634
88635
88636
88637
88638
88639
88640
88641
88642
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 88630

class TransitGatewayVpcAttachment < Struct.new(
  :transit_gateway_attachment_id,
  :transit_gateway_id,
  :vpc_id,
  :vpc_owner_id,
  :state,
  :subnet_ids,
  :creation_time,
  :options,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_owner_id ⇒ String

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

Returns:

  • (String)


88630
88631
88632
88633
88634
88635
88636
88637
88638
88639
88640
88641
88642
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 88630

class TransitGatewayVpcAttachment < Struct.new(
  :transit_gateway_attachment_id,
  :transit_gateway_id,
  :vpc_id,
  :vpc_owner_id,
  :state,
  :subnet_ids,
  :creation_time,
  :options,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end