Class: Aws::IoTWireless::Types::ListQueuedMessagesRequest

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

#idString

The ID of a given wireless device which the downlink message packets are being sent.

Returns:

  • (String)


3467
3468
3469
3470
3471
3472
3473
3474
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3467

class ListQueuedMessagesRequest < Struct.new(
  :id,
  :next_token,
  :max_results,
  :wireless_device_type)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return in this operation.

Returns:

  • (Integer)


3467
3468
3469
3470
3471
3472
3473
3474
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3467

class ListQueuedMessagesRequest < Struct.new(
  :id,
  :next_token,
  :max_results,
  :wireless_device_type)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

Returns:

  • (String)


3467
3468
3469
3470
3471
3472
3473
3474
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3467

class ListQueuedMessagesRequest < Struct.new(
  :id,
  :next_token,
  :max_results,
  :wireless_device_type)
  SENSITIVE = []
  include Aws::Structure
end

#wireless_device_typeString

The wireless device type, whic can be either Sidewalk or LoRaWAN.

Returns:

  • (String)


3467
3468
3469
3470
3471
3472
3473
3474
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3467

class ListQueuedMessagesRequest < Struct.new(
  :id,
  :next_token,
  :max_results,
  :wireless_device_type)
  SENSITIVE = []
  include Aws::Structure
end