Method: Aws::APIGateway::Types::VpcLink#description
- Defined in:
- lib/aws-sdk-apigateway/types.rb
permalink #description ⇒ String
The description of the VPC link.
8380 8381 8382 8383 8384 8385 8386 8387 8388 8389 8390 |
# File 'lib/aws-sdk-apigateway/types.rb', line 8380 class VpcLink < Struct.new( :id, :name, :description, :target_arns, :status, :status_message, :tags) SENSITIVE = [] include Aws::Structure end |