Class: Aws::APIGateway::Types::UpdateResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::UpdateResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Request to change information about a Resource resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#patch_operations ⇒ Array<Types::PatchOperation>
For more information about supported patch operations, see [Patch Operations].
-
#resource_id ⇒ String
The identifier of the Resource resource.
-
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
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
5654 5655 5656 5657 5658 5659 5660 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5654 class UpdateResourceRequest < Struct.new( :rest_api_id, :resource_id, :patch_operations) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The identifier of the Resource resource.
5654 5655 5656 5657 5658 5659 5660 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5654 class UpdateResourceRequest < Struct.new( :rest_api_id, :resource_id, :patch_operations) SENSITIVE = [] include Aws::Structure end |
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
5654 5655 5656 5657 5658 5659 5660 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5654 class UpdateResourceRequest < Struct.new( :rest_api_id, :resource_id, :patch_operations) SENSITIVE = [] include Aws::Structure end |