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)


13473
13474
13475
13476
13477
# File 'lib/aws-sdk-iot/types.rb', line 13473

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