Method: Aws::APIGateway::Types::CreateVpcLinkRequest#description
- Defined in:
- lib/aws-sdk-apigateway/types.rb
#description ⇒ String
The description of the VPC link.
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 |