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.
13983 13984 13985 13986 13987 |
# File 'lib/aws-sdk-iot/types.rb', line 13983 class SetDefaultAuthorizerRequest < Struct.new( :authorizer_name) SENSITIVE = [] include Aws::Structure end |