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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authorizer_descriptionTypes::AuthorizerDescription

The authorizer description.



5096
5097
5098
5099
5100
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5096

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