Class: Aws::IoT::Types::DescribeAuthorizerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeAuthorizerResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorizer_description ⇒ Types::AuthorizerDescription
The authorizer description.
Instance Attribute Details
#authorizer_description ⇒ Types::AuthorizerDescription
The authorizer description.
4724 4725 4726 4727 4728 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4724 class DescribeAuthorizerResponse < Struct.new( :authorizer_description) SENSITIVE = [] include Aws::Structure end |