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.
10210 10211 10212 10213 10214 10215 |
# File 'lib/aws-sdk-iot/types.rb', line 10210 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.
10210 10211 10212 10213 10214 10215 |
# File 'lib/aws-sdk-iot/types.rb', line 10210 class ListIndicesRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |