Class: Aws::IoT::Types::DescribeAuthorizerRequest

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_nameString

The name of the authorizer to describe.

Returns:

  • (String)


5086
5087
5088
5089
5090
# File 'lib/aws-sdk-iot/types.rb', line 5086

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