Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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:


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

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)

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

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

#levelString

The logging level.

Returns:

  • (String)

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

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)

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

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