Class: Aws::IoTSiteWise::Types::ListTimeSeriesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ListTimeSeriesRequest
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias_prefix ⇒ String
The alias prefix of the time series.
-
#asset_id ⇒ String
The ID of the asset in which the asset property was created.
-
#max_results ⇒ Integer
The maximum number of results to return for each paginated request.
-
#next_token ⇒ String
The token to be used for the next set of paginated results.
-
#time_series_type ⇒ String
The type of the time series.
Instance Attribute Details
#alias_prefix ⇒ String
The alias prefix of the time series.
5319 5320 5321 5322 5323 5324 5325 5326 5327 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5319 class ListTimeSeriesRequest < Struct.new( :next_token, :max_results, :asset_id, :alias_prefix, :time_series_type) SENSITIVE = [] include Aws::Structure end |
#asset_id ⇒ String
The ID of the asset in which the asset property was created.
5319 5320 5321 5322 5323 5324 5325 5326 5327 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5319 class ListTimeSeriesRequest < Struct.new( :next_token, :max_results, :asset_id, :alias_prefix, :time_series_type) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return for each paginated request.
5319 5320 5321 5322 5323 5324 5325 5326 5327 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5319 class ListTimeSeriesRequest < Struct.new( :next_token, :max_results, :asset_id, :alias_prefix, :time_series_type) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to be used for the next set of paginated results.
5319 5320 5321 5322 5323 5324 5325 5326 5327 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5319 class ListTimeSeriesRequest < Struct.new( :next_token, :max_results, :asset_id, :alias_prefix, :time_series_type) SENSITIVE = [] include Aws::Structure end |
#time_series_type ⇒ String
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.
5319 5320 5321 5322 5323 5324 5325 5326 5327 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5319 class ListTimeSeriesRequest < Struct.new( :next_token, :max_results, :asset_id, :alias_prefix, :time_series_type) SENSITIVE = [] include Aws::Structure end |