Method: Aws::IoTEvents::Types::LoggingOptions#role_arn

Defined in:
lib/aws-sdk-iotevents/types.rb

#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 'lib/aws-sdk-iotevents/types.rb', line 2425

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