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

#list_response_scopeString

When you set the ‘listResponseScope` parameter to `METADATA_ONLY`, the list response includes: state template ID, Amazon Resource Name (ARN), creation time, and last modification time.

Returns:

  • (String)


3166
3167
3168
3169
3170
3171
3172
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3166

class ListStateTemplatesRequest < Struct.new(
  :next_token,
  :max_results,
  :list_response_scope)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

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

Returns:

  • (Integer)


3166
3167
3168
3169
3170
3171
3172
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3166

class ListStateTemplatesRequest < Struct.new(
  :next_token,
  :max_results,
  :list_response_scope)
  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)


3166
3167
3168
3169
3170
3171
3172
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3166

class ListStateTemplatesRequest < Struct.new(
  :next_token,
  :max_results,
  :list_response_scope)
  SENSITIVE = []
  include Aws::Structure
end