Class: Aws::IoTWireless::Types::PutResourceLogLevelRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#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)


5223
5224
5225
5226
5227
5228
5229
# File 'lib/aws-sdk-iotwireless/types.rb', line 5223

class PutResourceLogLevelRequest < Struct.new(
  :resource_identifier,
  :resource_type,
  :log_level)
  SENSITIVE = []
  include Aws::Structure
end

#resource_identifierString

The identifier of the resource. For a Wireless Device, it is the wireless device ID. For a wireless gateway, it is the wireless gateway ID.

Returns:

  • (String)


5223
5224
5225
5226
5227
5228
5229
# File 'lib/aws-sdk-iotwireless/types.rb', line 5223

class PutResourceLogLevelRequest < Struct.new(
  :resource_identifier,
  :resource_type,
  :log_level)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of the resource, which can be ‘WirelessDevice`, `WirelessGateway`, or `FuotaTask`.

Returns:

  • (String)


5223
5224
5225
5226
5227
5228
5229
# File 'lib/aws-sdk-iotwireless/types.rb', line 5223

class PutResourceLogLevelRequest < Struct.new(
  :resource_identifier,
  :resource_type,
  :log_level)
  SENSITIVE = []
  include Aws::Structure
end