Class: Aws::IoTDataPlane::Types::ListRetainedMessagesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTDataPlane::Types::ListRetainedMessagesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotdataplane/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return at one time.
-
#next_token ⇒ String
To retrieve the next set of results, the ‘nextToken` value from a previous response; otherwise null to receive the first set of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return at one time.
212 213 214 215 216 217 |
# File 'lib/aws-sdk-iotdataplane/types.rb', line 212 class ListRetainedMessagesRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
To retrieve the next set of results, the ‘nextToken` value from a previous response; otherwise null to receive the first set of results.
212 213 214 215 216 217 |
# File 'lib/aws-sdk-iotdataplane/types.rb', line 212 class ListRetainedMessagesRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |