Class: Aws::IoTSiteWise::Types::BatchGetAssetPropertyValueHistoryRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entriesArray<Types::BatchGetAssetPropertyValueHistoryEntry>

The list of asset property historical value entries for the batch get request. You can specify up to 16 entries per request.



2051
2052
2053
2054
2055
2056
2057
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2051

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

#max_resultsInteger

The maximum number of results to return for each paginated request. A result set is returned in the two cases, whichever occurs first.

  • The size of the result set is equal to 4 MB.

  • The number of data points in the result set is equal to the value of maxResults. The maximum value of maxResults is 20000.

Returns:

  • (Integer)


2051
2052
2053
2054
2055
2056
2057
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2051

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

#next_tokenString

The token to be used for the next set of paginated results.

Returns:

  • (String)


2051
2052
2053
2054
2055
2056
2057
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2051

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