Class: Aws::IoTWireless::Types::FuotaTaskLogOption

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotwireless/types.rb

Overview

The log options for fuota tasks and can be used to set log levels for a specific type of fuota task.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#eventsArray<Types::FuotaTaskEventLogOption>

The list of FUOTA task event log options.

Returns:



1812
1813
1814
1815
1816
1817
1818
# File 'lib/aws-sdk-iotwireless/types.rb', line 1812

class FuotaTaskLogOption < Struct.new(
  :type,
  :log_level,
  :events)
  SENSITIVE = []
  include Aws::Structure
end

#log_levelString

The log level for a log message. The log levels can be disabled, or set to ‘ERROR` to display less verbose logs containing only error information, or to `INFO` for more detailed logs.

Returns:

  • (String)


1812
1813
1814
1815
1816
1817
1818
# File 'lib/aws-sdk-iotwireless/types.rb', line 1812

class FuotaTaskLogOption < Struct.new(
  :type,
  :log_level,
  :events)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The fuota task type.

Returns:

  • (String)


1812
1813
1814
1815
1816
1817
1818
# File 'lib/aws-sdk-iotwireless/types.rb', line 1812

class FuotaTaskLogOption < Struct.new(
  :type,
  :log_level,
  :events)
  SENSITIVE = []
  include Aws::Structure
end