Class: Aws::IoTWireless::Types::ResetResourceLogLevelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::ResetResourceLogLevelRequest
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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.
-
#resource_type ⇒ String
The type of resource, which can be
WirelessDevice,WirelessGateway, orFuotaTask.
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.
5346 5347 5348 5349 5350 5351 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5346 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.
5346 5347 5348 5349 5350 5351 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5346 class ResetResourceLogLevelRequest < Struct.new( :resource_identifier, :resource_type) SENSITIVE = [] include Aws::Structure end |