Class: Aws::IoTWireless::Types::ResetResourceLogLevelRequest

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

#resource_identifier ⇒ String

The unique identifier of the resource, which can be the wireless gateway ID, the wireless device ID, or the FUOTA task ID.

Returns:

  • (String)


5467
5468
5469
5470
5471
5472
# File 'lib/aws-sdk-iotwireless/types.rb', line 5467

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

#resource_type ⇒ String

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

Returns:

  • (String)


5467
5468
5469
5470
5471
5472
# File 'lib/aws-sdk-iotwireless/types.rb', line 5467

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