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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

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


4913
4914
4915
4916
4917
4918
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4913

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

#resource_typeString

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

Returns:

  • (String)


4913
4914
4915
4916
4917
4918
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4913

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