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.
3555 3556 3557 |
# File 'sig/types.rbs', line 3555 def format_settings @format_settings end |
#property_alias ⇒ ::String
Returns the value of attribute property_alias.
3553 3554 3555 |
# File 'sig/types.rbs', line 3553 def property_alias @property_alias end |
#time_series_id ⇒ ::String
Returns the value of attribute time_series_id.
3552 3553 3554 |
# File 'sig/types.rbs', line 3552 def time_series_id @time_series_id end |
#trim_settings ⇒ Types::TrimSettings
Returns the value of attribute trim_settings.
3554 3555 3556 |
# File 'sig/types.rbs', line 3554 def trim_settings @trim_settings end |