Class: Aws::IoT::Types::AuthorizerSummary

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

Overview

The authorizer summary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authorizer_arnString

The authorizer ARN.

Returns:

  • (String)

1206
1207
1208
1209
1210
1211
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 1206

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

#authorizer_nameString

The authorizer name.

Returns:

  • (String)

1206
1207
1208
1209
1210
1211
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 1206

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