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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigatewayv2/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)


7926
7927
7928
7929
7930
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7926

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