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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authorizer_descriptionTypes::AuthorizerDescription

The default authorizer’s description.



5382
5383
5384
5385
5386
# File 'lib/aws-sdk-iot/types.rb', line 5382

class DescribeDefaultAuthorizerResponse < Struct.new(
  :authorizer_description)
  SENSITIVE = []
  include Aws::Structure
end