Class: Aws::IoT::Types::DeleteAuthorizerRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authorizer_nameString

The name of the authorizer to delete.

Returns:

  • (String)


4428
4429
4430
4431
4432
# File 'lib/aws-sdk-iot/types.rb', line 4428

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