Class: Aws::ApiGatewayV2::Types::UpdateVpcLinkResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::UpdateVpcLinkResponse
- 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
7977 7978 7979 7980 7981 7982 7983 7984 7985 7986 7987 7988 7989 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7977 class UpdateVpcLinkResponse < 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].
7977 7978 7979 7980 7981 7982 7983 7984 7985 7986 7987 7988 7989 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7977 class UpdateVpcLinkResponse < 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.
7977 7978 7979 7980 7981 7982 7983 7984 7985 7986 7987 7988 7989 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7977 class UpdateVpcLinkResponse < 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.
7977 7978 7979 7980 7981 7982 7983 7984 7985 7986 7987 7988 7989 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7977 class UpdateVpcLinkResponse < 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.
7977 7978 7979 7980 7981 7982 7983 7984 7985 7986 7987 7988 7989 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7977 class UpdateVpcLinkResponse < 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.
7977 7978 7979 7980 7981 7982 7983 7984 7985 7986 7987 7988 7989 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7977 class UpdateVpcLinkResponse < 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.
7977 7978 7979 7980 7981 7982 7983 7984 7985 7986 7987 7988 7989 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7977 class UpdateVpcLinkResponse < 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].
7977 7978 7979 7980 7981 7982 7983 7984 7985 7986 7987 7988 7989 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7977 class UpdateVpcLinkResponse < 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.
7977 7978 7979 7980 7981 7982 7983 7984 7985 7986 7987 7988 7989 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7977 class UpdateVpcLinkResponse < 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 |