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)


4244
4245
4246
4247
4248
# File 'lib/aws-sdk-iot/types.rb', line 4244

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