Class: Aws::IoT::Types::DescribeAuthorizerResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#authorizer_descriptionTypes::AuthorizerDescription

The authorizer description.



3726
3727
3728
3729
# File 'lib/aws-sdk-iot/types.rb', line 3726

class DescribeAuthorizerResponse < Struct.new(
  :authorizer_description)
  include Aws::Structure
end