Class: Aws::APIGateway::Types::UpdateVpcLinkRequest

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

Overview

Updates an existing VpcLink of a specified identifier.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#patch_operationsArray<Types::PatchOperation>

For more information about supported patch operations, see Patch Operations.

Returns:



5778
5779
5780
5781
5782
5783
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5778

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

The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.

Returns:

  • (String)


5778
5779
5780
5781
5782
5783
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5778

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