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
2937 2938 2939 2940 2941 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 2937 class DeleteVpcLinkRequest < Struct.new( :vpc_link_id) SENSITIVE = [] include Aws::Structure end |