Class: Aws::APIGateway::Types::DeleteGatewayResponseRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigateway/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

Instance Attribute Details

#response_typeString

The response type of the associated GatewayResponse.

Returns:

  • (String)


1352
1353
1354
1355
1356
1357
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1352

class DeleteGatewayResponseRequest < Struct.new(
  :rest_api_id,
  :response_type)
  SENSITIVE = []
  include Aws::Structure
end

#rest_api_idString

The string identifier of the associated RestApi.

Returns:

  • (String)


1352
1353
1354
1355
1356
1357
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1352

class DeleteGatewayResponseRequest < Struct.new(
  :rest_api_id,
  :response_type)
  SENSITIVE = []
  include Aws::Structure
end