Class: Aws::Types::GetECSServiceRecommendationProjectedMetricsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetECSServiceRecommendationProjectedMetricsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#period ⇒ ::Integer
Returns the value of attribute period.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#stat ⇒ "Maximum", "Average"
Returns the value of attribute stat.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
515 516 517 |
# File 'sig/types.rbs', line 515 def end_time @end_time end |
#period ⇒ ::Integer
Returns the value of attribute period.
513 514 515 |
# File 'sig/types.rbs', line 513 def period @period end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
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.
514 515 516 |
# File 'sig/types.rbs', line 514 def start_time @start_time end |
#stat ⇒ "Maximum", "Average"
Returns the value of attribute stat.
512 513 514 |
# File 'sig/types.rbs', line 512 def stat @stat end |