Class: Aws::APIGateway::Types::UpdateMethodResponseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::UpdateMethodResponseRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
A request to update an existing MethodResponse resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#http_method ⇒ String
The HTTP verb of the Method resource.
-
#patch_operations ⇒ Array<Types::PatchOperation>
For more information about supported patch operations, see [Patch Operations].
-
#resource_id ⇒ String
The Resource identifier for the MethodResponse resource.
-
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
-
#status_code ⇒ String
The status code for the MethodResponse resource.
Instance Attribute Details
#http_method ⇒ String
The HTTP verb of the Method resource.
5572 5573 5574 5575 5576 5577 5578 5579 5580 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5572 class UpdateMethodResponseRequest < Struct.new( :rest_api_id, :resource_id, :http_method, :status_code, :patch_operations) SENSITIVE = [] include Aws::Structure end |
#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
5572 5573 5574 5575 5576 5577 5578 5579 5580 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5572 class UpdateMethodResponseRequest < Struct.new( :rest_api_id, :resource_id, :http_method, :status_code, :patch_operations) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The Resource identifier for the MethodResponse resource.
5572 5573 5574 5575 5576 5577 5578 5579 5580 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5572 class UpdateMethodResponseRequest < Struct.new( :rest_api_id, :resource_id, :http_method, :status_code, :patch_operations) SENSITIVE = [] include Aws::Structure end |
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
5572 5573 5574 5575 5576 5577 5578 5579 5580 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5572 class UpdateMethodResponseRequest < Struct.new( :rest_api_id, :resource_id, :http_method, :status_code, :patch_operations) SENSITIVE = [] include Aws::Structure end |
#status_code ⇒ String
The status code for the MethodResponse resource.
5572 5573 5574 5575 5576 5577 5578 5579 5580 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5572 class UpdateMethodResponseRequest < Struct.new( :rest_api_id, :resource_id, :http_method, :status_code, :patch_operations) SENSITIVE = [] include Aws::Structure end |