Class: Aws::Types::GetPredictiveScalingForecastRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetPredictiveScalingForecastRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#scalable_dimension ⇒ "ecs:service:DesiredCount", ...
Returns the value of attribute scalable_dimension.
-
#service_namespace ⇒ "ecs", ...
Returns the value of attribute service_namespace.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
144 145 146 |
# File 'sig/types.rbs', line 144 def end_time @end_time end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
142 143 144 |
# File 'sig/types.rbs', line 142 def policy_name @policy_name end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
140 141 142 |
# File 'sig/types.rbs', line 140 def resource_id @resource_id end |
#scalable_dimension ⇒ "ecs:service:DesiredCount", ...
Returns the value of attribute scalable_dimension.
141 142 143 |
# File 'sig/types.rbs', line 141 def scalable_dimension @scalable_dimension end |
#service_namespace ⇒ "ecs", ...
Returns the value of attribute service_namespace.
139 140 141 |
# File 'sig/types.rbs', line 139 def service_namespace @service_namespace end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
143 144 145 |
# File 'sig/types.rbs', line 143 def start_time @start_time end |