Method: Aws::APIGateway::Types::VpcLink#id
- Defined in:
- lib/aws-sdk-apigateway/types.rb
#id ⇒ String
The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.
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 |