Class: Aws::IoT::Types::DescribeDefaultAuthorizerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeDefaultAuthorizerResponse
- 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 default authorizer's description.
Instance Attribute Details
#authorizer_description ⇒ Types::AuthorizerDescription
The default authorizer's description.
6865 6866 6867 6868 6869 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6865 class DescribeDefaultAuthorizerResponse < Struct.new( :authorizer_description) SENSITIVE = [] include Aws::Structure end |