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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-computeoptimizer/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)


2714
2715
2716
2717
2718
2719
2720
2721
2722
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 2714

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)


2714
2715
2716
2717
2718
2719
2720
2721
2722
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 2714

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)


2714
2715
2716
2717
2718
2719
2720
2721
2722
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 2714

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)


2714
2715
2716
2717
2718
2719
2720
2721
2722
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 2714

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)


2714
2715
2716
2717
2718
2719
2720
2721
2722
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 2714

class GetECSServiceRecommendationProjectedMetricsRequest < Struct.new(
  :service_arn,
  :stat,
  :period,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end