Class: Aws::IoTWireless::Types::ListQueuedMessagesResponse

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

The messages in the downlink queue.

Returns:



3628
3629
3630
3631
3632
3633
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3628

class ListQueuedMessagesResponse < Struct.new(
  :next_token,
  :downlink_queue_messages_list)
  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)


3628
3629
3630
3631
3632
3633
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3628

class ListQueuedMessagesResponse < Struct.new(
  :next_token,
  :downlink_queue_messages_list)
  SENSITIVE = []
  include Aws::Structure
end