Class: Aws::Types::GetScalingPlanResourceForecastDataRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetScalingPlanResourceForecastDataRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#forecast_data_type ⇒ "CapacityForecast", ...
Returns the value of attribute forecast_data_type.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#scalable_dimension ⇒ "autoscaling:autoScalingGroup:DesiredCapacity", ...
Returns the value of attribute scalable_dimension.
-
#scaling_plan_name ⇒ ::String
Returns the value of attribute scaling_plan_name.
-
#scaling_plan_version ⇒ ::Integer
Returns the value of attribute scaling_plan_version.
-
#service_namespace ⇒ "autoscaling", ...
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.
104 105 106 |
# File 'sig/types.rbs', line 104 def end_time @end_time end |
#forecast_data_type ⇒ "CapacityForecast", ...
Returns the value of attribute forecast_data_type.
102 103 104 |
# File 'sig/types.rbs', line 102 def forecast_data_type @forecast_data_type end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
100 101 102 |
# File 'sig/types.rbs', line 100 def resource_id @resource_id end |
#scalable_dimension ⇒ "autoscaling:autoScalingGroup:DesiredCapacity", ...
Returns the value of attribute scalable_dimension.
101 102 103 |
# File 'sig/types.rbs', line 101 def scalable_dimension @scalable_dimension end |
#scaling_plan_name ⇒ ::String
Returns the value of attribute scaling_plan_name.
97 98 99 |
# File 'sig/types.rbs', line 97 def scaling_plan_name @scaling_plan_name end |
#scaling_plan_version ⇒ ::Integer
Returns the value of attribute scaling_plan_version.
98 99 100 |
# File 'sig/types.rbs', line 98 def scaling_plan_version @scaling_plan_version end |
#service_namespace ⇒ "autoscaling", ...
Returns the value of attribute service_namespace.
99 100 101 |
# File 'sig/types.rbs', line 99 def service_namespace @service_namespace end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
103 104 105 |
# File 'sig/types.rbs', line 103 def start_time @start_time end |