Class: Aws::IoTFleetWise::Types::ListStateTemplatesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::ListStateTemplatesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of items to return, between 1 and 100, inclusive.
-
#next_token ⇒ String
The token to retrieve the next set of results, or ‘null` if there are no more results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of items to return, between 1 and 100, inclusive.
3123 3124 3125 3126 3127 3128 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3123 class ListStateTemplatesRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to retrieve the next set of results, or ‘null` if there are no more results.
3123 3124 3125 3126 3127 3128 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3123 class ListStateTemplatesRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |