Class: Aws::IoT::Types::DescribeAuthorizerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeAuthorizerRequest
- 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 describe.
Instance Attribute Details
#authorizer_name ⇒ String
The name of the authorizer to describe.
5636 5637 5638 5639 5640 |
# File 'lib/aws-sdk-iot/types.rb', line 5636 class DescribeAuthorizerRequest < Struct.new( :authorizer_name) SENSITIVE = [] include Aws::Structure end |