Class: Aws::Types::GetPredictiveScalingForecastType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_name::String

Returns the value of attribute auto_scaling_group_name.

Returns:

  • (::String)


720
721
722
# File 'sig/types.rbs', line 720

def auto_scaling_group_name
  @auto_scaling_group_name
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


723
724
725
# File 'sig/types.rbs', line 723

def end_time
  @end_time
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


721
722
723
# File 'sig/types.rbs', line 721

def policy_name
  @policy_name
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


722
723
724
# File 'sig/types.rbs', line 722

def start_time
  @start_time
end