Class: Aws::ComputeOptimizer::Types::GetECSServiceRecommendationProjectedMetricsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-computeoptimizer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The timestamp of the last projected metrics data point to return.

Returns:

  • (Time)


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

#periodInteger

The granularity, in seconds, of the projected metrics data points.

Returns:

  • (Integer)


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_arnString

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`

Returns:

  • (String)


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_timeTime

The timestamp of the first projected metrics data point to return.

Returns:

  • (Time)


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

#statString

The statistic of the projected metrics.

Returns:

  • (String)


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