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