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.
5270 5271 5272 5273 5274 |
# File 'lib/aws-sdk-iot/types.rb', line 5270 class DescribeAuthorizerRequest < Struct.new( :authorizer_name) SENSITIVE = [] include Aws::Structure end |