Class: Aws::APIGateway::Types::UpdateGatewayResponseRequest

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

Instance Attribute Details

#patch_operationsArray<Types::PatchOperation>

For more information about supported patch operations, see Patch Operations.

Returns:



5434
5435
5436
5437
5438
5439
5440
# File 'gems/aws-sdk-apigateway/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_typeString

The response type of the associated GatewayResponse.

Returns:

  • (String)


5434
5435
5436
5437
5438
5439
5440
# File 'gems/aws-sdk-apigateway/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_idString

The string identifier of the associated RestApi.

Returns:

  • (String)


5434
5435
5436
5437
5438
5439
5440
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5434

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