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.
4410 4411 4412 4413 4414 |
# File 'lib/aws-sdk-iot/types.rb', line 4410 class DeleteAuthorizerRequest < Struct.new( :authorizer_name) SENSITIVE = [] include Aws::Structure end |