Class: Aws::Types::GetPredictiveScalingForecastType
- Inherits:
-
Object
- Object
- Aws::Types::GetPredictiveScalingForecastType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
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.
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.
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.
716 717 718 |
# File 'sig/types.rbs', line 716 def start_time @start_time end |