Class: Aws::IoTDataPlane::Types::ListRetainedMessagesResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token for the next set of results, or null if there are no additional results.

Returns:

  • (String)


230
231
232
233
234
235
# File 'gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/types.rb', line 230

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

#retained_topicsArray<Types::RetainedMessageSummary>

A summary list the account's retained messages. The information returned doesn't include the message payloads of the retained messages.

Returns:



230
231
232
233
234
235
# File 'gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/types.rb', line 230

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