Class: Aws::IoTFleetWise::Types::ListStateTemplatesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotfleetwise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of items to return, between 1 and 100, inclusive.

Returns:

  • (Integer)


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_tokenString

The token to retrieve the next set of results, or ‘null` if there are no more results.

Returns:

  • (String)


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