Class: Aws::ApiGatewayV2::Types::UpdateVpcLinkInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::UpdateVpcLinkInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Overview
Represents the input parameters for an UpdateVpcLink request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the VPC link.
Instance Attribute Details
#name ⇒ String
The name of the VPC link.
7926 7927 7928 7929 7930 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7926 class UpdateVpcLinkInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |