Class: Aws::ApiGatewayV2::Types::VpcLink
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::VpcLink
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Overview
Represents a VPC link.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_date ⇒ Time
The timestamp when the VPC link was created.
-
#name ⇒ String
The name of the VPC link.
-
#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>
Tags for the VPC link.
-
#vpc_link_id ⇒ String
The ID of the VPC link.
-
#vpc_link_status ⇒ String
The status of the VPC link.
-
#vpc_link_status_message ⇒ String
A message summarizing the cause of the status of the VPC link.
-
#vpc_link_version ⇒ String
The version of the VPC link.
Instance Attribute Details
#created_date ⇒ Time
The timestamp when the VPC link was created.
8029 8030 8031 8032 8033 8034 8035 8036 8037 8038 8039 8040 8041 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 8029 class VpcLink < 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
The name of the VPC link.
8029 8030 8031 8032 8033 8034 8035 8036 8037 8038 8039 8040 8041 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 8029 class VpcLink < 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.
8029 8030 8031 8032 8033 8034 8035 8036 8037 8038 8039 8040 8041 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 8029 class VpcLink < 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.
8029 8030 8031 8032 8033 8034 8035 8036 8037 8038 8039 8040 8041 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 8029 class VpcLink < 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>
Tags for the VPC link.
8029 8030 8031 8032 8033 8034 8035 8036 8037 8038 8039 8040 8041 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 8029 class VpcLink < 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 ID of the VPC link.
8029 8030 8031 8032 8033 8034 8035 8036 8037 8038 8039 8040 8041 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 8029 class VpcLink < 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.
8029 8030 8031 8032 8033 8034 8035 8036 8037 8038 8039 8040 8041 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 8029 class VpcLink < 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 message summarizing the cause of the status of the VPC link.
8029 8030 8031 8032 8033 8034 8035 8036 8037 8038 8039 8040 8041 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 8029 class VpcLink < 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.
8029 8030 8031 8032 8033 8034 8035 8036 8037 8038 8039 8040 8041 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 8029 class VpcLink < 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 |