Class: Aws::IoTSiteWise::Types::GetAssetPropertyAggregatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::GetAssetPropertyAggregatesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregated_values ⇒ Array<Types::AggregatedValue>
The requested aggregated values.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
Instance Attribute Details
#aggregated_values ⇒ Array<Types::AggregatedValue>
The requested aggregated values.
5985 5986 5987 5988 5989 5990 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 5985 class GetAssetPropertyAggregatesResponse < Struct.new( :aggregated_values, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
5985 5986 5987 5988 5989 5990 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 5985 class GetAssetPropertyAggregatesResponse < Struct.new( :aggregated_values, :next_token) SENSITIVE = [] include Aws::Structure end |