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.



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


3552
3553
3554
# File 'sig/types.rbs', line 3552

def time_series_id
  @time_series_id
end

#trim_settingsTypes::TrimSettings

Returns the value of attribute trim_settings.

Returns:



3554
3555
3556
# File 'sig/types.rbs', line 3554

def trim_settings
  @trim_settings
end