Class: Aws::APIGateway::Types::GetVpcLinkRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::GetVpcLinkRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Gets a specified VPC link under the caller’s account in a region.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vpc_link_id ⇒ String
The identifier of the VpcLink.
Instance Attribute Details
#vpc_link_id ⇒ String
The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.
3138 3139 3140 3141 3142 |
# File 'lib/aws-sdk-apigateway/types.rb', line 3138 class GetVpcLinkRequest < Struct.new( :vpc_link_id) SENSITIVE = [] include Aws::Structure end |