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)


2984
2985
2986
2987
2988
2989
2990
2991
2992
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 2984

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)


2984
2985
2986
2987
2988
2989
2990
2991
2992
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 2984

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)


2984
2985
2986
2987
2988
2989
2990
2991
2992
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 2984

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)


2984
2985
2986
2987
2988
2989
2990
2991
2992
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 2984

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)


2984
2985
2986
2987
2988
2989
2990
2991
2992
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 2984

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