Class: Aws::IoT::Types::DescribeDefaultAuthorizerResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#authorizer_descriptionTypes::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