Class: Aws::IoT::Types::SetDefaultAuthorizerRequest

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_nameString

The authorizer name.

Returns:

  • (String)


13746
13747
13748
13749
13750
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13746

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