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)


714
715
716
# File 'sig/types.rbs', line 714

def auto_scaling_group_name
  @auto_scaling_group_name
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


717
718
719
# File 'sig/types.rbs', line 717

def end_time
  @end_time
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


715
716
717
# File 'sig/types.rbs', line 715

def policy_name
  @policy_name
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


716
717
718
# File 'sig/types.rbs', line 716

def start_time
  @start_time
end