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

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

#alias_prefixString

The alias prefix of the time series.

Returns:

  • (String)


7089
7090
7091
7092
7093
7094
7095
7096
7097
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7089

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*.

[1]: docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-id-references

Returns:

  • (String)


7089
7090
7091
7092
7093
7094
7095
7096
7097
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7089

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)


7089
7090
7091
7092
7093
7094
7095
7096
7097
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7089

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)


7089
7090
7091
7092
7093
7094
7095
7096
7097
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7089

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)


7089
7090
7091
7092
7093
7094
7095
7096
7097
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7089

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