Class: Aws::IoTSiteWise::Types::ListTimeSeriesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ListTimeSeriesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
-
#time_series_summaries ⇒ Array<Types::TimeSeriesSummary>
One or more time series summaries to list.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
8834 8835 8836 8837 8838 8839 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8834 class ListTimeSeriesResponse < Struct.new( :time_series_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#time_series_summaries ⇒ Array<Types::TimeSeriesSummary>
One or more time series summaries to list.
8834 8835 8836 8837 8838 8839 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8834 class ListTimeSeriesResponse < Struct.new( :time_series_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |