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.
7608 7609 7610 7611 7612 7613 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7608 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.
7608 7609 7610 7611 7612 7613 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7608 class ListTimeSeriesResponse < Struct.new( :time_series_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |