Class: Aws::Types::GetECSServiceRecommendationProjectedMetricsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:



515
516
517
# File 'sig/types.rbs', line 515

def end_time
  @end_time
end

#period::Integer

Returns the value of attribute period.

Returns:



513
514
515
# File 'sig/types.rbs', line 513

def period
  @period
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:



511
512
513
# File 'sig/types.rbs', line 511

def service_arn
  @service_arn
end

#start_time::Time

Returns the value of attribute start_time.

Returns:



514
515
516
# File 'sig/types.rbs', line 514

def start_time
  @start_time
end

#stat"Maximum", "Average"

Returns the value of attribute stat.

Returns:



512
513
514
# File 'sig/types.rbs', line 512

def stat
  @stat
end