Class: Aws::APIGateway::Types::UpdateMethodRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb

Overview

Request to update an existing Method resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#http_methodString

The HTTP verb of the Method resource.

Returns:

  • (String)


5535
5536
5537
5538
5539
5540
5541
5542
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5535

class UpdateMethodRequest < Struct.new(
  :rest_api_id,
  :resource_id,
  :http_method,
  :patch_operations)
  SENSITIVE = []
  include Aws::Structure
end

#patch_operationsArray<Types::PatchOperation>

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

Returns:



5535
5536
5537
5538
5539
5540
5541
5542
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5535

class UpdateMethodRequest < Struct.new(
  :rest_api_id,
  :resource_id,
  :http_method,
  :patch_operations)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The Resource identifier for the Method resource.

Returns:

  • (String)


5535
5536
5537
5538
5539
5540
5541
5542
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5535

class UpdateMethodRequest < Struct.new(
  :rest_api_id,
  :resource_id,
  :http_method,
  :patch_operations)
  SENSITIVE = []
  include Aws::Structure
end

#rest_api_idString

The string identifier of the associated RestApi.

Returns:

  • (String)


5535
5536
5537
5538
5539
5540
5541
5542
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5535

class UpdateMethodRequest < Struct.new(
  :rest_api_id,
  :resource_id,
  :http_method,
  :patch_operations)
  SENSITIVE = []
  include Aws::Structure
end