Class: Aws::Types::TimeseriesItem

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#format_settingsTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


3593
3594
3595
# File 'sig/types.rbs', line 3593

def time_series_id
  @time_series_id
end

#trim_settingsTypes::TrimSettings

Returns the value of attribute trim_settings.

Returns:



3595
3596
3597
# File 'sig/types.rbs', line 3595

def trim_settings
  @trim_settings
end