Class: Aws::ComputeOptimizer::Types::GetECSServiceRecommendationProjectedMetricsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::GetECSServiceRecommendationProjectedMetricsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-computeoptimizer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The timestamp of the last projected metrics data point to return.
-
#period ⇒ Integer
The granularity, in seconds, of the projected metrics data points.
-
#service_arn ⇒ String
The ARN that identifies the Amazon ECS service.
-
#start_time ⇒ Time
The timestamp of the first projected metrics data point to return.
-
#stat ⇒ String
The statistic of the projected metrics.
Instance Attribute Details
#end_time ⇒ Time
The timestamp of the last projected metrics data point to return.
2869 2870 2871 2872 2873 2874 2875 2876 2877 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 2869 class GetECSServiceRecommendationProjectedMetricsRequest < Struct.new( :service_arn, :stat, :period, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#period ⇒ Integer
The granularity, in seconds, of the projected metrics data points.
2869 2870 2871 2872 2873 2874 2875 2876 2877 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 2869 class GetECSServiceRecommendationProjectedMetricsRequest < Struct.new( :service_arn, :stat, :period, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#service_arn ⇒ String
The ARN that identifies the Amazon ECS service.
The following is the format of the ARN:
‘arn:aws:ecs:region:aws_account_id:service/cluster-name/service-name`
2869 2870 2871 2872 2873 2874 2875 2876 2877 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 2869 class GetECSServiceRecommendationProjectedMetricsRequest < Struct.new( :service_arn, :stat, :period, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The timestamp of the first projected metrics data point to return.
2869 2870 2871 2872 2873 2874 2875 2876 2877 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 2869 class GetECSServiceRecommendationProjectedMetricsRequest < Struct.new( :service_arn, :stat, :period, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#stat ⇒ String
The statistic of the projected metrics.
2869 2870 2871 2872 2873 2874 2875 2876 2877 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 2869 class GetECSServiceRecommendationProjectedMetricsRequest < Struct.new( :service_arn, :stat, :period, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |