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

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

Overview

Note:

When making an API call, you may pass SetDefaultAuthorizerRequest data as a hash:

{
  authorizer_name: "AuthorizerName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#authorizer_nameString

The authorizer name.

Returns:

  • (String)


9208
9209
9210
9211
# File 'lib/aws-sdk-iot/types.rb', line 9208

class SetDefaultAuthorizerRequest < Struct.new(
  :authorizer_name)
  include Aws::Structure
end