Class: Aws::IoT::Types::DescribeDefaultAuthorizerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeDefaultAuthorizerResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
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.
3853 3854 3855 3856 |
# File 'lib/aws-sdk-iot/types.rb', line 3853 class DescribeDefaultAuthorizerResponse < Struct.new( :authorizer_description) include Aws::Structure end |