Class: Aws::IoT::Types::CreateAuthorizerResponse

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_arnString

The authorizer ARN.

Returns:

  • (String)


2294
2295
2296
2297
2298
2299
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2294

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

#authorizer_nameString

The authorizer's name.

Returns:

  • (String)


2294
2295
2296
2297
2298
2299
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2294

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