Class: Aws::ApiGatewayV2::Types::DeleteVpcLinkRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::DeleteVpcLinkRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#vpc_link_id ⇒ String
2935 2936 2937 2938 2939 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 2935 class DeleteVpcLinkRequest < Struct.new( :vpc_link_id) SENSITIVE = [] include Aws::Structure end |