Class: Aws::IoTSiteWise::Types::BatchGetAssetPropertyAggregatesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::BatchGetAssetPropertyAggregatesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entries ⇒ Array<Types::BatchGetAssetPropertyAggregatesEntry>
The list of asset property aggregate entries for the batch get request.
-
#max_results ⇒ Integer
The maximum number of results to return for each paginated request.
-
#next_token ⇒ String
The token to be used for the next set of paginated results.
Instance Attribute Details
#entries ⇒ Array<Types::BatchGetAssetPropertyAggregatesEntry>
The list of asset property aggregate entries for the batch get request. You can specify up to 16 entries per request.
1732 1733 1734 1735 1736 1737 1738 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 1732 class BatchGetAssetPropertyAggregatesRequest < Struct.new( :entries, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
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 1 MB.
-
The number of data points in the result set is equal to the value of ‘maxResults`. The maximum value of `maxResults` is 4000.
1732 1733 1734 1735 1736 1737 1738 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 1732 class BatchGetAssetPropertyAggregatesRequest < Struct.new( :entries, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to be used for the next set of paginated results.
1732 1733 1734 1735 1736 1737 1738 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 1732 class BatchGetAssetPropertyAggregatesRequest < Struct.new( :entries, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |