Class: Aws::ApiGatewayV2::Types::UpdateVpcLinkRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

A string with a length between [1-128].

Returns:

  • (String)


7939
7940
7941
7942
7943
7944
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7939

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

Returns:

  • (String)


7939
7940
7941
7942
7943
7944
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7939

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