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
Overview
Note:
When making an API call, you may pass ResetResourceLogLevelRequest data as a hash:
{
resource_identifier: "ResourceIdentifier", # required
resource_type: "ResourceType", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_identifier ⇒ String
The identifier of the resource.
-
#resource_type ⇒ String
The type of the resource, which can be
WirelessDevice
orWirelessGateway
.
Instance Attribute Details
#resource_identifier ⇒ String
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.
4613 4614 4615 4616 4617 4618 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4613 class ResetResourceLogLevelRequest < Struct.new( :resource_identifier, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource, which can be WirelessDevice
or
WirelessGateway
.
4613 4614 4615 4616 4617 4618 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4613 class ResetResourceLogLevelRequest < Struct.new( :resource_identifier, :resource_type) SENSITIVE = [] include Aws::Structure end |