Class: Aws::IoT::Types::SetDefaultAuthorizerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::SetDefaultAuthorizerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Note:
When making an API call, you may pass SetDefaultAuthorizerRequest data as a hash:
{
authorizer_name: "AuthorizerName", # required
}
Instance Attribute Summary collapse
-
#authorizer_name ⇒ String
The authorizer name.
Instance Attribute Details
#authorizer_name ⇒ String
The authorizer name.
9208 9209 9210 9211 |
# File 'lib/aws-sdk-iot/types.rb', line 9208 class SetDefaultAuthorizerRequest < Struct.new( :authorizer_name) include Aws::Structure end |