Class: Aws::APIGateway::Types::UpdateIntegrationResponseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::UpdateIntegrationResponseRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Represents an update integration response request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#http_method ⇒ String
Specifies an update integration response request’s HTTP method.
-
#patch_operations ⇒ Array<Types::PatchOperation>
For more information about supported patch operations, see [Patch Operations].
-
#resource_id ⇒ String
Specifies an update integration response request’s resource identifier.
-
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
-
#status_code ⇒ String
Specifies an update integration response request’s status code.
Instance Attribute Details
#http_method ⇒ String
Specifies an update integration response request’s HTTP method.
5503 5504 5505 5506 5507 5508 5509 5510 5511 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5503 class UpdateIntegrationResponseRequest < 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
5503 5504 5505 5506 5507 5508 5509 5510 5511 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5503 class UpdateIntegrationResponseRequest < Struct.new( :rest_api_id, :resource_id, :http_method, :status_code, :patch_operations) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Specifies an update integration response request’s resource identifier.
5503 5504 5505 5506 5507 5508 5509 5510 5511 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5503 class UpdateIntegrationResponseRequest < 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.
5503 5504 5505 5506 5507 5508 5509 5510 5511 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5503 class UpdateIntegrationResponseRequest < Struct.new( :rest_api_id, :resource_id, :http_method, :status_code, :patch_operations) SENSITIVE = [] include Aws::Structure end |
#status_code ⇒ String
Specifies an update integration response request’s status code.
5503 5504 5505 5506 5507 5508 5509 5510 5511 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5503 class UpdateIntegrationResponseRequest < Struct.new( :rest_api_id, :resource_id, :http_method, :status_code, :patch_operations) SENSITIVE = [] include Aws::Structure end |