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.



7038
7039
7040
7041
7042
# File 'lib/aws-sdk-iot/types.rb', line 7038

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