Class: Aws::ApiGatewayV2::Types::CreateVpcLinkInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb

Overview

Represents the input parameters for a CreateVpcLink request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the VPC link.

Returns:

  • (String)


2652
2653
2654
2655
2656
2657
2658
2659
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2652

class CreateVpcLinkInput < Struct.new(
  :name,
  :security_group_ids,
  :subnet_ids,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#security_group_idsArray<String>

A list of security group IDs for the VPC link.

Returns:

  • (Array<String>)


2652
2653
2654
2655
2656
2657
2658
2659
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2652

class CreateVpcLinkInput < Struct.new(
  :name,
  :security_group_ids,
  :subnet_ids,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idsArray<String>

A list of subnet IDs to include in the VPC link.

Returns:

  • (Array<String>)


2652
2653
2654
2655
2656
2657
2658
2659
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2652

class CreateVpcLinkInput < Struct.new(
  :name,
  :security_group_ids,
  :subnet_ids,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A list of tags.

Returns:

  • (Hash<String,String>)


2652
2653
2654
2655
2656
2657
2658
2659
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2652

class CreateVpcLinkInput < Struct.new(
  :name,
  :security_group_ids,
  :subnet_ids,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end