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.
4316 4317 4318 4319 4320 |
# File 'lib/aws-sdk-iot/types.rb', line 4316 class DeleteAuthorizerRequest < Struct.new( :authorizer_name) SENSITIVE = [] include Aws::Structure end |