Class: Aws::APIGateway::Types::UpdateGatewayResponseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::UpdateGatewayResponseRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Updates a GatewayResponse of a specified response type on the given RestApi.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#patch_operations ⇒ Array<Types::PatchOperation>
For more information about supported patch operations, see [Patch Operations].
-
#response_type ⇒ String
The response type of the associated GatewayResponse.
-
#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
5434 5435 5436 5437 5438 5439 5440 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5434 class UpdateGatewayResponseRequest < Struct.new( :rest_api_id, :response_type, :patch_operations) SENSITIVE = [] include Aws::Structure end |
#response_type ⇒ String
The response type of the associated GatewayResponse.
5434 5435 5436 5437 5438 5439 5440 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5434 class UpdateGatewayResponseRequest < Struct.new( :rest_api_id, :response_type, :patch_operations) SENSITIVE = [] include Aws::Structure end |
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
5434 5435 5436 5437 5438 5439 5440 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5434 class UpdateGatewayResponseRequest < Struct.new( :rest_api_id, :response_type, :patch_operations) SENSITIVE = [] include Aws::Structure end |