Class: Aws::IoT::Types::ListTopicRuleDestinationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListTopicRuleDestinationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/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.
11922 11923 11924 11925 11926 11927 |
# File 'lib/aws-sdk-iot/types.rb', line 11922 class ListTopicRuleDestinationsRequest < Struct.new( :max_results, :next_token) 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.
11922 11923 11924 11925 11926 11927 |
# File 'lib/aws-sdk-iot/types.rb', line 11922 class ListTopicRuleDestinationsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |