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.



4896
4897
4898
4899
4900
# File 'lib/aws-sdk-iot/types.rb', line 4896

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