Class: Aws::APIGateway::Types::DeleteGatewayResponseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::DeleteGatewayResponseRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Clears any customization of a GatewayResponse of a specified response type on the given RestApi and resets it with the default settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#response_type ⇒ String
The response type of the associated GatewayResponse.
-
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
Instance Attribute Details
#response_type ⇒ String
The response type of the associated GatewayResponse.
1352 1353 1354 1355 1356 1357 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1352 class DeleteGatewayResponseRequest < Struct.new( :rest_api_id, :response_type) SENSITIVE = [] include Aws::Structure end |
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
1352 1353 1354 1355 1356 1357 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1352 class DeleteGatewayResponseRequest < Struct.new( :rest_api_id, :response_type) SENSITIVE = [] include Aws::Structure end |