Method: Aws::APIGateway::Types::CreateVpcLinkRequest#name

Defined in:
lib/aws-sdk-apigateway/types.rb

#nameString

[Required] The name used to label and identify the VPC link.

Returns:

  • (String)
[View source]

1407
1408
1409
1410
1411
1412
# File 'lib/aws-sdk-apigateway/types.rb', line 1407

class CreateVpcLinkRequest < Struct.new(
  :name,
  :description,
  :target_arns)
  include Aws::Structure
end