Class: Aws::IoTSiteWise::Types::ListTimeSeriesResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token for the next set of results, or null if there are no additional results.

Returns:

  • (String)


7108
7109
7110
7111
7112
7113
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7108

class ListTimeSeriesResponse < Struct.new(
  :time_series_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#time_series_summariesArray<Types::TimeSeriesSummary>

One or more time series summaries to list.

Returns:



7108
7109
7110
7111
7112
7113
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7108

class ListTimeSeriesResponse < Struct.new(
  :time_series_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end