Class: Aws::IoT::Types::SetDefaultAuthorizerResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#authorizer_arnString

The authorizer ARN.

Returns:

  • (String)


9221
9222
9223
9224
9225
# File 'lib/aws-sdk-iot/types.rb', line 9221

class SetDefaultAuthorizerResponse < Struct.new(
  :authorizer_name,
  :authorizer_arn)
  include Aws::Structure
end

#authorizer_nameString

The authorizer name.

Returns:

  • (String)


9221
9222
9223
9224
9225
# File 'lib/aws-sdk-iot/types.rb', line 9221

class SetDefaultAuthorizerResponse < Struct.new(
  :authorizer_name,
  :authorizer_arn)
  include Aws::Structure
end