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.
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.
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.
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.
722 723 724 |
# File 'sig/types.rbs', line 722 def start_time @start_time end |