Class: Aws::Types::TimeSeriesSummary
- Inherits:
-
Object
- Object
- Aws::Types::TimeSeriesSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#data_type ⇒ "STRING", ...
Returns the value of attribute data_type.
-
#data_type_spec ⇒ ::String
Returns the value of attribute data_type_spec.
-
#property_id ⇒ ::String
Returns the value of attribute property_id.
-
#time_series_arn ⇒ ::String
Returns the value of attribute time_series_arn.
-
#time_series_creation_date ⇒ ::Time
Returns the value of attribute time_series_creation_date.
-
#time_series_id ⇒ ::String
Returns the value of attribute time_series_id.
-
#time_series_last_update_date ⇒ ::Time
Returns the value of attribute time_series_last_update_date.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
3541 3542 3543 |
# File 'sig/types.rbs', line 3541 def alias @alias end |
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
3539 3540 3541 |
# File 'sig/types.rbs', line 3539 def asset_id @asset_id end |
#data_type ⇒ "STRING", ...
Returns the value of attribute data_type.
3543 3544 3545 |
# File 'sig/types.rbs', line 3543 def data_type @data_type end |
#data_type_spec ⇒ ::String
Returns the value of attribute data_type_spec.
3544 3545 3546 |
# File 'sig/types.rbs', line 3544 def data_type_spec @data_type_spec end |
#property_id ⇒ ::String
Returns the value of attribute property_id.
3540 3541 3542 |
# File 'sig/types.rbs', line 3540 def property_id @property_id end |
#time_series_arn ⇒ ::String
Returns the value of attribute time_series_arn.
3547 3548 3549 |
# File 'sig/types.rbs', line 3547 def time_series_arn @time_series_arn end |
#time_series_creation_date ⇒ ::Time
Returns the value of attribute time_series_creation_date.
3545 3546 3547 |
# File 'sig/types.rbs', line 3545 def time_series_creation_date @time_series_creation_date end |
#time_series_id ⇒ ::String
Returns the value of attribute time_series_id.
3542 3543 3544 |
# File 'sig/types.rbs', line 3542 def time_series_id @time_series_id end |
#time_series_last_update_date ⇒ ::Time
Returns the value of attribute time_series_last_update_date.
3546 3547 3548 |
# File 'sig/types.rbs', line 3546 def time_series_last_update_date @time_series_last_update_date end |