Class: Aws::Types::AutoAdjustData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_adjust_type"HISTORICAL", "FORECAST"

Returns the value of attribute auto_adjust_type.

Returns:

  • ("HISTORICAL", "FORECAST")


51
52
53
# File 'sig/types.rbs', line 51

def auto_adjust_type
  @auto_adjust_type
end

#historical_optionsTypes::HistoricalOptions

Returns the value of attribute historical_options.



52
53
54
# File 'sig/types.rbs', line 52

def historical_options
  @historical_options
end

#last_auto_adjust_time::Time

Returns the value of attribute last_auto_adjust_time.

Returns:

  • (::Time)


53
54
55
# File 'sig/types.rbs', line 53

def last_auto_adjust_time
  @last_auto_adjust_time
end