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.
4737 4738 4739 4740 4741 |
# File 'lib/aws-sdk-iot/types.rb', line 4737 class DeleteAuthorizerRequest < Struct.new( :authorizer_name) SENSITIVE = [] include Aws::Structure end |