Class: Aws::APIGateway::Types::DeleteAuthorizerRequest

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

Overview

Request to delete 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)


1240
1241
1242
1243
1244
1245
# File 'lib/aws-sdk-apigateway/types.rb', line 1240

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

#rest_api_idString

The string identifier of the associated RestApi.

Returns:

  • (String)


1240
1241
1242
1243
1244
1245
# File 'lib/aws-sdk-apigateway/types.rb', line 1240

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