Class: Aws::IoT::Types::SetDefaultAuthorizerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::SetDefaultAuthorizerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorizer_name ⇒ String
The authorizer name.
Instance Attribute Details
#authorizer_name ⇒ String
The authorizer name.
14389 14390 14391 14392 14393 |
# File 'lib/aws-sdk-iot/types.rb', line 14389 class SetDefaultAuthorizerRequest < Struct.new( :authorizer_name) SENSITIVE = [] include Aws::Structure end |