Class: Aws::IoTEvents::Types::LoggingOptions

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

Overview

The values of the AWS IoT Events logging options.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detector_debug_optionsArray<Types::DetectorDebugOption>

Information that identifies those detector models and their detectors (instances) for which the logging level is given.

Returns:



2426
2427
2428
2429
2430
2431
2432
2433
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2426

class LoggingOptions < Struct.new(
  :role_arn,
  :level,
  :enabled,
  :detector_debug_options)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

If TRUE, logging is enabled for AWS IoT Events.

Returns:

  • (Boolean)


2426
2427
2428
2429
2430
2431
2432
2433
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2426

class LoggingOptions < Struct.new(
  :role_arn,
  :level,
  :enabled,
  :detector_debug_options)
  SENSITIVE = []
  include Aws::Structure
end

#levelString

The logging level.

Returns:

  • (String)


2426
2427
2428
2429
2430
2431
2432
2433
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2426

class LoggingOptions < Struct.new(
  :role_arn,
  :level,
  :enabled,
  :detector_debug_options)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The ARN of the role that grants permission to AWS IoT Events to perform logging.

Returns:

  • (String)


2426
2427
2428
2429
2430
2431
2432
2433
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2426

class LoggingOptions < Struct.new(
  :role_arn,
  :level,
  :enabled,
  :detector_debug_options)
  SENSITIVE = []
  include Aws::Structure
end