Class: Aws::ApiGatewayV2::Types::DeleteAuthorizerRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_idString

Returns:

  • (String)


3574
3575
3576
3577
3578
3579
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3574

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

#authorizer_idString

Returns:

  • (String)


3574
3575
3576
3577
3578
3579
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3574

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