Class: Aws::IoT::Types::DeleteAuthorizerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DeleteAuthorizerRequest
- 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
-
#authorizer_name ⇒ String
The name of the authorizer to delete.
Instance Attribute Details
#authorizer_name ⇒ String
The name of the authorizer to delete.
3099 3100 3101 3102 |
# File 'lib/aws-sdk-iot/types.rb', line 3099 class DeleteAuthorizerRequest < Struct.new( :authorizer_name) include Aws::Structure end |