Class: Aws::IoTSiteWise::Types::ListTimeSeriesRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alias_prefixString

The alias prefix of the time series.

Returns:

  • (String)


6918
6919
6920
6921
6922
6923
6924
6925
6926
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6918

class ListTimeSeriesRequest < Struct.new(
  :next_token,
  :max_results,
  :asset_id,
  :alias_prefix,
  :time_series_type)
  SENSITIVE = []
  include Aws::Structure
end

#asset_idString

The ID of the asset in which the asset property was created. This can be either the actual ID in UUID format, or else externalId: followed by the external ID, if it has one. For more information, see Referencing objects with external IDs in the IoT SiteWise User Guide.

Returns:

  • (String)


6918
6919
6920
6921
6922
6923
6924
6925
6926
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6918

class ListTimeSeriesRequest < Struct.new(
  :next_token,
  :max_results,
  :asset_id,
  :alias_prefix,
  :time_series_type)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return for each paginated request.

Returns:

  • (Integer)


6918
6919
6920
6921
6922
6923
6924
6925
6926
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6918

class ListTimeSeriesRequest < Struct.new(
  :next_token,
  :max_results,
  :asset_id,
  :alias_prefix,
  :time_series_type)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to be used for the next set of paginated results.

Returns:

  • (String)


6918
6919
6920
6921
6922
6923
6924
6925
6926
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6918

class ListTimeSeriesRequest < Struct.new(
  :next_token,
  :max_results,
  :asset_id,
  :alias_prefix,
  :time_series_type)
  SENSITIVE = []
  include Aws::Structure
end

#time_series_typeString

The type of the time series. The time series type can be one of the following values:

  • ASSOCIATED – The time series is associated with an asset property.

  • DISASSOCIATED – The time series isn't associated with any asset property.

Returns:

  • (String)


6918
6919
6920
6921
6922
6923
6924
6925
6926
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6918

class ListTimeSeriesRequest < Struct.new(
  :next_token,
  :max_results,
  :asset_id,
  :alias_prefix,
  :time_series_type)
  SENSITIVE = []
  include Aws::Structure
end