Class: Aws::APIGateway::Types::UpdateResourceRequest

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

Overview

Request to change information about a Resource resource.

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].

[1]: docs.aws.amazon.com/apigateway/latest/api/patch-operations.html

Returns:



5668
5669
5670
5671
5672
5673
5674
# File 'lib/aws-sdk-apigateway/types.rb', line 5668

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

#resource_idString

The identifier of the Resource resource.

Returns:

  • (String)


5668
5669
5670
5671
5672
5673
5674
# File 'lib/aws-sdk-apigateway/types.rb', line 5668

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

#rest_api_idString

The string identifier of the associated RestApi.

Returns:

  • (String)


5668
5669
5670
5671
5672
5673
5674
# File 'lib/aws-sdk-apigateway/types.rb', line 5668

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