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.
7922 7923 7924 7925 7926 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7922 class UpdateVpcLinkInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |