Class: Aws::Types::RecommendationDetailHourlyMetrics
- Inherits:
-
Object
- Object
- Aws::Types::RecommendationDetailHourlyMetrics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_coverage ⇒ ::String
Returns the value of attribute current_coverage.
-
#estimated_coverage ⇒ ::String
Returns the value of attribute estimated_coverage.
-
#estimated_new_commitment_utilization ⇒ ::String
Returns the value of attribute estimated_new_commitment_utilization.
-
#estimated_on_demand_cost ⇒ ::String
Returns the value of attribute estimated_on_demand_cost.
-
#start_time ⇒ ::String
Returns the value of attribute start_time.
Instance Attribute Details
#current_coverage ⇒ ::String
Returns the value of attribute current_coverage.
1113 1114 1115 |
# File 'sig/types.rbs', line 1113 def current_coverage @current_coverage end |
#estimated_coverage ⇒ ::String
Returns the value of attribute estimated_coverage.
1114 1115 1116 |
# File 'sig/types.rbs', line 1114 def estimated_coverage @estimated_coverage end |
#estimated_new_commitment_utilization ⇒ ::String
Returns the value of attribute estimated_new_commitment_utilization.
1115 1116 1117 |
# File 'sig/types.rbs', line 1115 def estimated_new_commitment_utilization @estimated_new_commitment_utilization end |
#estimated_on_demand_cost ⇒ ::String
Returns the value of attribute estimated_on_demand_cost.
1112 1113 1114 |
# File 'sig/types.rbs', line 1112 def estimated_on_demand_cost @estimated_on_demand_cost end |
#start_time ⇒ ::String
Returns the value of attribute start_time.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def start_time @start_time end |