Class: Aws::ApiGatewayV2::Types::CreateVpcLinkRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::CreateVpcLinkRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#name ⇒ String
A string with a length between [1-128].
2675 2676 2677 2678 2679 2680 2681 2682 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 2675 class CreateVpcLinkRequest < Struct.new( :name, :security_group_ids, :subnet_ids, :tags) SENSITIVE = [] include Aws::Structure end |
#security_group_ids ⇒ Array<String>
A list of security group IDs for the VPC link.
2675 2676 2677 2678 2679 2680 2681 2682 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 2675 class CreateVpcLinkRequest < Struct.new( :name, :security_group_ids, :subnet_ids, :tags) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
A list of subnet IDs to include in the VPC link.
2675 2676 2677 2678 2679 2680 2681 2682 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 2675 class CreateVpcLinkRequest < Struct.new( :name, :security_group_ids, :subnet_ids, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Represents a collection of tags associated with the resource.
2675 2676 2677 2678 2679 2680 2681 2682 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 2675 class CreateVpcLinkRequest < Struct.new( :name, :security_group_ids, :subnet_ids, :tags) SENSITIVE = [] include Aws::Structure end |