Class: Aws::IoT::Types::DeleteAuthorizerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DeleteAuthorizerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
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.
4747 4748 4749 4750 4751 |
# File 'lib/aws-sdk-iot/types.rb', line 4747 class DeleteAuthorizerRequest < Struct.new( :authorizer_name) SENSITIVE = [] include Aws::Structure end |