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

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

Overview

Note:

When making an API call, you may pass DeleteAuthorizerRequest data as a hash:

{
  authorizer_name: "AuthorizerName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#authorizer_nameString

The name of the authorizer to delete.

Returns:

  • (String)


3099
3100
3101
3102
# File 'lib/aws-sdk-iot/types.rb', line 3099

class DeleteAuthorizerRequest < Struct.new(
  :authorizer_name)
  include Aws::Structure
end