Class: Aws::IoTWireless::Types::GetResourceLogLevelRequest

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_identifierString

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

Returns:

  • (String)


2541
2542
2543
2544
2545
2546
# File 'lib/aws-sdk-iotwireless/types.rb', line 2541

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

#resource_typeString

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

Returns:

  • (String)


2541
2542
2543
2544
2545
2546
# File 'lib/aws-sdk-iotwireless/types.rb', line 2541

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