Class: Aws::ApplicationAutoScaling::Types::GetPredictiveScalingForecastRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationAutoScaling::Types::GetPredictiveScalingForecastRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationautoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The exclusive end time of the time range for the forecast data to get.
-
#policy_name ⇒ String
The name of the policy.
-
#resource_id ⇒ String
The identifier of the resource.
-
#scalable_dimension ⇒ String
The scalable dimension.
-
#service_namespace ⇒ String
The namespace of the Amazon Web Services service that provides the resource.
-
#start_time ⇒ Time
The inclusive start time of the time range for the forecast data to get.
Instance Attribute Details
#end_time ⇒ Time
The exclusive end time of the time range for the forecast data to get. The maximum time duration between the start and end time is 30 days.
1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 |
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 1645 class GetPredictiveScalingForecastRequest < Struct.new( :service_namespace, :resource_id, :scalable_dimension, :policy_name, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#policy_name ⇒ String
The name of the policy.
1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 |
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 1645 class GetPredictiveScalingForecastRequest < Struct.new( :service_namespace, :resource_id, :scalable_dimension, :policy_name, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The identifier of the resource.
1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 |
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 1645 class GetPredictiveScalingForecastRequest < Struct.new( :service_namespace, :resource_id, :scalable_dimension, :policy_name, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#scalable_dimension ⇒ String
The scalable dimension.
1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 |
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 1645 class GetPredictiveScalingForecastRequest < Struct.new( :service_namespace, :resource_id, :scalable_dimension, :policy_name, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#service_namespace ⇒ String
The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use ‘custom-resource` instead.
1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 |
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 1645 class GetPredictiveScalingForecastRequest < Struct.new( :service_namespace, :resource_id, :scalable_dimension, :policy_name, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The inclusive start time of the time range for the forecast data to get. At most, the date and time can be one year before the current date and time
1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 |
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 1645 class GetPredictiveScalingForecastRequest < Struct.new( :service_namespace, :resource_id, :scalable_dimension, :policy_name, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |