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.
1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 |
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 1694 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.
1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 |
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 1694 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.
1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 |
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 1694 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.
1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 |
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 1694 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.
1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 |
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 1694 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
1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 |
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 1694 class GetPredictiveScalingForecastRequest < Struct.new( :service_namespace, :resource_id, :scalable_dimension, :policy_name, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |