Module: Aws::IoTSiteWise::Client::_DescribeTimeSeriesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeTimeSeriesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #alias ⇒ ::String
- #asset_id ⇒ ::String
- #data_type ⇒ "STRING", ...
- #data_type_spec ⇒ ::String
- #property_id ⇒ ::String
- #time_series_arn ⇒ ::String
- #time_series_creation_date ⇒ ::Time
- #time_series_id ⇒ ::String
- #time_series_last_update_date ⇒ ::Time
- #workspace_name ⇒ ::String
Instance Method Details
#alias ⇒ ::String
1500 |
# File 'sig/client.rbs', line 1500
def alias: () -> ::String
|
#asset_id ⇒ ::String
1498 |
# File 'sig/client.rbs', line 1498
def asset_id: () -> ::String
|
#data_type ⇒ "STRING", ...
1502 |
# File 'sig/client.rbs', line 1502
def data_type: () -> ("STRING" | "INTEGER" | "DOUBLE" | "BOOLEAN" | "STRUCT" | "VIDEO" | "ANNOTATION" | "JSON")
|
#data_type_spec ⇒ ::String
1503 |
# File 'sig/client.rbs', line 1503
def data_type_spec: () -> ::String
|
#property_id ⇒ ::String
1499 |
# File 'sig/client.rbs', line 1499
def property_id: () -> ::String
|
#time_series_arn ⇒ ::String
1506 |
# File 'sig/client.rbs', line 1506
def time_series_arn: () -> ::String
|
#time_series_creation_date ⇒ ::Time
1504 |
# File 'sig/client.rbs', line 1504
def time_series_creation_date: () -> ::Time
|
#time_series_id ⇒ ::String
1501 |
# File 'sig/client.rbs', line 1501
def time_series_id: () -> ::String
|
#time_series_last_update_date ⇒ ::Time
1505 |
# File 'sig/client.rbs', line 1505
def time_series_last_update_date: () -> ::Time
|
#workspace_name ⇒ ::String
1507 |
# File 'sig/client.rbs', line 1507
def workspace_name: () -> ::String
|