Class: Aws::Types::TimeseriesItem
- Inherits:
-
Object
- Object
- Aws::Types::TimeseriesItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#format_settings ⇒ Types::FormatSettings
Returns the value of attribute format_settings.
-
#property_alias ⇒ ::String
Returns the value of attribute property_alias.
-
#time_series_id ⇒ ::String
Returns the value of attribute time_series_id.
-
#trim_settings ⇒ Types::TrimSettings
Returns the value of attribute trim_settings.
Instance Attribute Details
#format_settings ⇒ Types::FormatSettings
Returns the value of attribute format_settings.
3596 3597 3598 |
# File 'sig/types.rbs', line 3596 def format_settings @format_settings end |
#property_alias ⇒ ::String
Returns the value of attribute property_alias.
3594 3595 3596 |
# File 'sig/types.rbs', line 3594 def property_alias @property_alias end |
#time_series_id ⇒ ::String
Returns the value of attribute time_series_id.
3593 3594 3595 |
# File 'sig/types.rbs', line 3593 def time_series_id @time_series_id end |
#trim_settings ⇒ Types::TrimSettings
Returns the value of attribute trim_settings.
3595 3596 3597 |
# File 'sig/types.rbs', line 3595 def trim_settings @trim_settings end |