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.
5494 5495 5496 5497 5498 |
# File 'lib/aws-sdk-iot/types.rb', line 5494 class DescribeDefaultAuthorizerResponse < Struct.new( :authorizer_description) SENSITIVE = [] include Aws::Structure end |