Class: Aws::IoT::Types::UpdateAuthorizerResponse

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)


15726
15727
15728
15729
15730
15731
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15726

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

#authorizer_nameString

The authorizer name.

Returns:

  • (String)


15726
15727
15728
15729
15730
15731
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15726

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