Class: Aws::APIGateway::Types::UpdateVpcLinkRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::UpdateVpcLinkRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Updates an existing VpcLink of a specified identifier.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#patch_operations ⇒ Array<Types::PatchOperation>
For more information about supported patch operations, see [Patch Operations].
-
#vpc_link_id ⇒ String
The identifier of the VpcLink.
Instance Attribute Details
#patch_operations ⇒ Array<Types::PatchOperation>
For more information about supported patch operations, see [Patch Operations].
[1]: docs.aws.amazon.com/apigateway/latest/api/patch-operations.html
5778 5779 5780 5781 5782 5783 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5778 class UpdateVpcLinkRequest < Struct.new( :vpc_link_id, :patch_operations) SENSITIVE = [] include Aws::Structure end |
#vpc_link_id ⇒ String
The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.
5778 5779 5780 5781 5782 5783 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5778 class UpdateVpcLinkRequest < Struct.new( :vpc_link_id, :patch_operations) SENSITIVE = [] include Aws::Structure end |