Class: Aws::IoT::Types::DescribeDefaultAuthorizerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeDefaultAuthorizerResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorizer_description ⇒ Types::AuthorizerDescription
The default authorizer’s description.
Instance Attribute Details
#authorizer_description ⇒ Types::AuthorizerDescription
The default authorizer’s description.
6050 6051 6052 6053 6054 |
# File 'lib/aws-sdk-iot/types.rb', line 6050 class DescribeDefaultAuthorizerResponse < Struct.new( :authorizer_description) SENSITIVE = [] include Aws::Structure end |