Class: Aws::APIGateway::Types::UpdateAuthorizerRequest

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

Overview

Request to update an existing Authorizer resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authorizer_idString

The identifier of the Authorizer resource.

Returns:

  • (String)


5250
5251
5252
5253
5254
5255
5256
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5250

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

#patch_operationsArray<Types::PatchOperation>

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

Returns:



5250
5251
5252
5253
5254
5255
5256
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5250

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

#rest_api_idString

The string identifier of the associated RestApi.

Returns:

  • (String)


5250
5251
5252
5253
5254
5255
5256
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5250

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