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
Instance Method Details
#alias ⇒ ::String
1010 |
# File 'sig/client.rbs', line 1010
def alias: () -> ::String
|
#asset_id ⇒ ::String
1008 |
# File 'sig/client.rbs', line 1008
def asset_id: () -> ::String
|
#data_type ⇒ "STRING", ...
1012 |
# File 'sig/client.rbs', line 1012
def data_type: () -> ("STRING" | "INTEGER" | "DOUBLE" | "BOOLEAN" | "STRUCT")
|
#data_type_spec ⇒ ::String
1013 |
# File 'sig/client.rbs', line 1013
def data_type_spec: () -> ::String
|
#property_id ⇒ ::String
1009 |
# File 'sig/client.rbs', line 1009
def property_id: () -> ::String
|
#time_series_arn ⇒ ::String
1016 |
# File 'sig/client.rbs', line 1016
def time_series_arn: () -> ::String
|
#time_series_creation_date ⇒ ::Time
1014 |
# File 'sig/client.rbs', line 1014
def time_series_creation_date: () -> ::Time
|
#time_series_id ⇒ ::String
1011 |
# File 'sig/client.rbs', line 1011
def time_series_id: () -> ::String
|
#time_series_last_update_date ⇒ ::Time
1015 |
# File 'sig/client.rbs', line 1015
def time_series_last_update_date: () -> ::Time
|