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.
4903 4904 4905 4906 4907 |
# File 'lib/aws-sdk-iot/types.rb', line 4903 class DescribeDefaultAuthorizerResponse < Struct.new( :authorizer_description) SENSITIVE = [] include Aws::Structure end |