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.



5310
5311
5312
5313
5314
# File 'lib/aws-sdk-iot/types.rb', line 5310

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