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

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 authorizer name.

Returns:

  • (String)


14389
14390
14391
14392
14393
# File 'lib/aws-sdk-iot/types.rb', line 14389

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