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

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

Overview

Describes a VPC attachment.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The creation time.

Returns:

  • (Time)


36113
36114
36115
36116
36117
36118
36119
36120
36121
36122
36123
36124
# File 'lib/aws-sdk-ec2/types.rb', line 36113

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

#optionsTypes::TransitGatewayVpcAttachmentOptions

The VPC attachment options.



36113
36114
36115
36116
36117
36118
36119
36120
36121
36122
36123
36124
# File 'lib/aws-sdk-ec2/types.rb', line 36113

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

#stateString

The state of the VPC attachment.

Returns:

  • (String)


36113
36114
36115
36116
36117
36118
36119
36120
36121
36122
36123
36124
# File 'lib/aws-sdk-ec2/types.rb', line 36113

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

#subnet_idsArray<String>

The IDs of the subnets.

Returns:

  • (Array<String>)


36113
36114
36115
36116
36117
36118
36119
36120
36121
36122
36123
36124
# File 'lib/aws-sdk-ec2/types.rb', line 36113

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

#tagsArray<Types::Tag>

The tags for the VPC attachment.

Returns:



36113
36114
36115
36116
36117
36118
36119
36120
36121
36122
36123
36124
# File 'lib/aws-sdk-ec2/types.rb', line 36113

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

#transit_gateway_attachment_idString

The ID of the attachment.

Returns:

  • (String)


36113
36114
36115
36116
36117
36118
36119
36120
36121
36122
36123
36124
# File 'lib/aws-sdk-ec2/types.rb', line 36113

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

#transit_gateway_idString

The ID of the transit gateway.

Returns:

  • (String)


36113
36114
36115
36116
36117
36118
36119
36120
36121
36122
36123
36124
# File 'lib/aws-sdk-ec2/types.rb', line 36113

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

#vpc_idString

The ID of the VPC.

Returns:

  • (String)


36113
36114
36115
36116
36117
36118
36119
36120
36121
36122
36123
36124
# File 'lib/aws-sdk-ec2/types.rb', line 36113

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

#vpc_owner_idString

The ID of the AWS account that owns the VPC.

Returns:

  • (String)


36113
36114
36115
36116
36117
36118
36119
36120
36121
36122
36123
36124
# File 'lib/aws-sdk-ec2/types.rb', line 36113

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