Class: Aws::ApiGatewayV2::Types::UpdateVpcLinkInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The name of the VPC link.

Returns:

  • (String)


7922
7923
7924
7925
7926
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7922

class UpdateVpcLinkInput < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end