Class: Aws::IoT::Types::ListIndicesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListIndicesRequest
- 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
The token used to get the next set of results, or ‘null` if there are no additional results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return at one time.
10948 10949 10950 10951 10952 10953 |
# File 'lib/aws-sdk-iot/types.rb', line 10948 class ListIndicesRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token used to get the next set of results, or ‘null` if there are no additional results.
10948 10949 10950 10951 10952 10953 |
# File 'lib/aws-sdk-iot/types.rb', line 10948 class ListIndicesRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |