Class: Aws::ApiGatewayV2::Types::GetVpcLinkResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::GetVpcLinkResponse
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_date ⇒ Time
-
#name ⇒ String
A string with a length between [1-128].
-
#security_group_ids ⇒ Array<String>
A list of security group IDs for the VPC link.
-
#subnet_ids ⇒ Array<String>
A list of subnet IDs to include in the VPC link.
-
#tags ⇒ Hash<String,String>
Represents a collection of tags associated with the resource.
-
#vpc_link_id ⇒ String
The identifier.
-
#vpc_link_status ⇒ String
The status of the VPC link.
-
#vpc_link_status_message ⇒ String
A string with a length between [0-1024].
-
#vpc_link_version ⇒ String
The version of the VPC link.
Instance Attribute Details
#created_date ⇒ Time
4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 4502 class GetVpcLinkResponse < Struct.new( :created_date, :name, :security_group_ids, :subnet_ids, :tags, :vpc_link_id, :vpc_link_status, :vpc_link_status_message, :vpc_link_version) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A string with a length between [1-128].
4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 4502 class GetVpcLinkResponse < Struct.new( :created_date, :name, :security_group_ids, :subnet_ids, :tags, :vpc_link_id, :vpc_link_status, :vpc_link_status_message, :vpc_link_version) SENSITIVE = [] include Aws::Structure end |
#security_group_ids ⇒ Array<String>
A list of security group IDs for the VPC link.
4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 4502 class GetVpcLinkResponse < Struct.new( :created_date, :name, :security_group_ids, :subnet_ids, :tags, :vpc_link_id, :vpc_link_status, :vpc_link_status_message, :vpc_link_version) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
A list of subnet IDs to include in the VPC link.
4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 4502 class GetVpcLinkResponse < Struct.new( :created_date, :name, :security_group_ids, :subnet_ids, :tags, :vpc_link_id, :vpc_link_status, :vpc_link_status_message, :vpc_link_version) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Represents a collection of tags associated with the resource.
4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 4502 class GetVpcLinkResponse < Struct.new( :created_date, :name, :security_group_ids, :subnet_ids, :tags, :vpc_link_id, :vpc_link_status, :vpc_link_status_message, :vpc_link_version) SENSITIVE = [] include Aws::Structure end |
#vpc_link_id ⇒ String
The identifier.
4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 4502 class GetVpcLinkResponse < Struct.new( :created_date, :name, :security_group_ids, :subnet_ids, :tags, :vpc_link_id, :vpc_link_status, :vpc_link_status_message, :vpc_link_version) SENSITIVE = [] include Aws::Structure end |
#vpc_link_status ⇒ String
The status of the VPC link.
4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 4502 class GetVpcLinkResponse < Struct.new( :created_date, :name, :security_group_ids, :subnet_ids, :tags, :vpc_link_id, :vpc_link_status, :vpc_link_status_message, :vpc_link_version) SENSITIVE = [] include Aws::Structure end |
#vpc_link_status_message ⇒ String
A string with a length between [0-1024].
4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 4502 class GetVpcLinkResponse < Struct.new( :created_date, :name, :security_group_ids, :subnet_ids, :tags, :vpc_link_id, :vpc_link_status, :vpc_link_status_message, :vpc_link_version) SENSITIVE = [] include Aws::Structure end |
#vpc_link_version ⇒ String
The version of the VPC link.
4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 4502 class GetVpcLinkResponse < Struct.new( :created_date, :name, :security_group_ids, :subnet_ids, :tags, :vpc_link_id, :vpc_link_status, :vpc_link_status_message, :vpc_link_version) SENSITIVE = [] include Aws::Structure end |