Class: Aws::IoTSiteWise::Types::DescribeTimeSeriesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribeTimeSeriesResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias ⇒ String
The alias that identifies the time series.
-
#asset_id ⇒ String
The ID of the asset in which the asset property was created.
-
#data_type ⇒ String
The data type of the time series.
-
#data_type_spec ⇒ String
The data type of the structure for this time series.
-
#property_id ⇒ String
The ID of the asset property, in UUID format.
-
#time_series_arn ⇒ String
The [ARN][1] of the time series, which has the following format.
-
#time_series_creation_date ⇒ Time
The date that the time series was created, in Unix epoch time.
-
#time_series_id ⇒ String
The ID of the time series.
-
#time_series_last_update_date ⇒ Time
The date that the time series was last updated, in Unix epoch time.
Instance Attribute Details
#alias ⇒ String
The alias that identifies the time series.
5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 5098 5099 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5087 class DescribeTimeSeriesResponse < Struct.new( :asset_id, :property_id, :alias, :time_series_id, :data_type, :data_type_spec, :time_series_creation_date, :time_series_last_update_date, :time_series_arn) SENSITIVE = [] include Aws::Structure end |
#asset_id ⇒ String
The ID of the asset in which the asset property was created.
5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 5098 5099 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5087 class DescribeTimeSeriesResponse < Struct.new( :asset_id, :property_id, :alias, :time_series_id, :data_type, :data_type_spec, :time_series_creation_date, :time_series_last_update_date, :time_series_arn) SENSITIVE = [] include Aws::Structure end |
#data_type ⇒ String
The data type of the time series.
If you specify STRUCT
, you must also specify dataTypeSpec
to
identify the type of the structure for this time series.
5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 5098 5099 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5087 class DescribeTimeSeriesResponse < Struct.new( :asset_id, :property_id, :alias, :time_series_id, :data_type, :data_type_spec, :time_series_creation_date, :time_series_last_update_date, :time_series_arn) SENSITIVE = [] include Aws::Structure end |
#data_type_spec ⇒ String
The data type of the structure for this time series. This parameter
is required for time series that have the STRUCT
data type.
The options for this parameter depend on the type of the composite
model in which you created the asset property that is associated
with your time series. Use AWS/ALARM_STATE
for alarm state in
alarm composite models.
5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 5098 5099 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5087 class DescribeTimeSeriesResponse < Struct.new( :asset_id, :property_id, :alias, :time_series_id, :data_type, :data_type_spec, :time_series_creation_date, :time_series_last_update_date, :time_series_arn) SENSITIVE = [] include Aws::Structure end |
#property_id ⇒ String
The ID of the asset property, in UUID format.
5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 5098 5099 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5087 class DescribeTimeSeriesResponse < Struct.new( :asset_id, :property_id, :alias, :time_series_id, :data_type, :data_type_spec, :time_series_creation_date, :time_series_last_update_date, :time_series_arn) SENSITIVE = [] include Aws::Structure end |
#time_series_arn ⇒ String
The ARN of the time series, which has the following format.
arn:$\{Partition\}:iotsitewise:$\{Region\}:$\{Account\}:time-series/$\{TimeSeriesId\}
5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 5098 5099 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5087 class DescribeTimeSeriesResponse < Struct.new( :asset_id, :property_id, :alias, :time_series_id, :data_type, :data_type_spec, :time_series_creation_date, :time_series_last_update_date, :time_series_arn) SENSITIVE = [] include Aws::Structure end |
#time_series_creation_date ⇒ Time
The date that the time series was created, in Unix epoch time.
5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 5098 5099 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5087 class DescribeTimeSeriesResponse < Struct.new( :asset_id, :property_id, :alias, :time_series_id, :data_type, :data_type_spec, :time_series_creation_date, :time_series_last_update_date, :time_series_arn) SENSITIVE = [] include Aws::Structure end |
#time_series_id ⇒ String
The ID of the time series.
5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 5098 5099 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5087 class DescribeTimeSeriesResponse < Struct.new( :asset_id, :property_id, :alias, :time_series_id, :data_type, :data_type_spec, :time_series_creation_date, :time_series_last_update_date, :time_series_arn) SENSITIVE = [] include Aws::Structure end |
#time_series_last_update_date ⇒ Time
The date that the time series was last updated, in Unix epoch time.
5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 5098 5099 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5087 class DescribeTimeSeriesResponse < Struct.new( :asset_id, :property_id, :alias, :time_series_id, :data_type, :data_type_spec, :time_series_creation_date, :time_series_last_update_date, :time_series_arn) SENSITIVE = [] include Aws::Structure end |