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.



5137
5138
5139
5140
5141
# File 'lib/aws-sdk-iot/types.rb', line 5137

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