Class: Aws::Types::ReservationAggregates
- Inherits:
-
Object
- Object
- Aws::Types::ReservationAggregates
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amortized_recurring_fee ⇒ ::String
Returns the value of attribute amortized_recurring_fee.
-
#amortized_upfront_fee ⇒ ::String
Returns the value of attribute amortized_upfront_fee.
-
#net_ri_savings ⇒ ::String
Returns the value of attribute net_ri_savings.
-
#on_demand_cost_of_ri_hours_used ⇒ ::String
Returns the value of attribute on_demand_cost_of_ri_hours_used.
-
#purchased_hours ⇒ ::String
Returns the value of attribute purchased_hours.
-
#purchased_units ⇒ ::String
Returns the value of attribute purchased_units.
-
#realized_savings ⇒ ::String
Returns the value of attribute realized_savings.
-
#ri_cost_for_unused_hours ⇒ ::String
Returns the value of attribute ri_cost_for_unused_hours.
-
#total_actual_hours ⇒ ::String
Returns the value of attribute total_actual_hours.
-
#total_actual_units ⇒ ::String
Returns the value of attribute total_actual_units.
-
#total_amortized_fee ⇒ ::String
Returns the value of attribute total_amortized_fee.
-
#total_potential_ri_savings ⇒ ::String
Returns the value of attribute total_potential_ri_savings.
-
#unrealized_savings ⇒ ::String
Returns the value of attribute unrealized_savings.
-
#unused_hours ⇒ ::String
Returns the value of attribute unused_hours.
-
#unused_units ⇒ ::String
Returns the value of attribute unused_units.
-
#utilization_percentage ⇒ ::String
Returns the value of attribute utilization_percentage.
-
#utilization_percentage_in_units ⇒ ::String
Returns the value of attribute utilization_percentage_in_units.
Instance Attribute Details
#amortized_recurring_fee ⇒ ::String
Returns the value of attribute amortized_recurring_fee.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def amortized_recurring_fee @amortized_recurring_fee end |
#amortized_upfront_fee ⇒ ::String
Returns the value of attribute amortized_upfront_fee.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def amortized_upfront_fee @amortized_upfront_fee end |
#net_ri_savings ⇒ ::String
Returns the value of attribute net_ri_savings.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def net_ri_savings @net_ri_savings end |
#on_demand_cost_of_ri_hours_used ⇒ ::String
Returns the value of attribute on_demand_cost_of_ri_hours_used.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def on_demand_cost_of_ri_hours_used @on_demand_cost_of_ri_hours_used end |
#purchased_hours ⇒ ::String
Returns the value of attribute purchased_hours.
1136 1137 1138 |
# File 'sig/types.rbs', line 1136 def purchased_hours @purchased_hours end |
#purchased_units ⇒ ::String
Returns the value of attribute purchased_units.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def purchased_units @purchased_units end |
#realized_savings ⇒ ::String
Returns the value of attribute realized_savings.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def realized_savings @realized_savings end |
#ri_cost_for_unused_hours ⇒ ::String
Returns the value of attribute ri_cost_for_unused_hours.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def ri_cost_for_unused_hours @ri_cost_for_unused_hours end |
#total_actual_hours ⇒ ::String
Returns the value of attribute total_actual_hours.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def total_actual_hours @total_actual_hours end |
#total_actual_units ⇒ ::String
Returns the value of attribute total_actual_units.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def total_actual_units @total_actual_units end |
#total_amortized_fee ⇒ ::String
Returns the value of attribute total_amortized_fee.
1147 1148 1149 |
# File 'sig/types.rbs', line 1147 def total_amortized_fee @total_amortized_fee end |
#total_potential_ri_savings ⇒ ::String
Returns the value of attribute total_potential_ri_savings.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def total_potential_ri_savings @total_potential_ri_savings end |
#unrealized_savings ⇒ ::String
Returns the value of attribute unrealized_savings.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def unrealized_savings @unrealized_savings end |
#unused_hours ⇒ ::String
Returns the value of attribute unused_hours.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def unused_hours @unused_hours end |
#unused_units ⇒ ::String
Returns the value of attribute unused_units.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def unused_units @unused_units end |
#utilization_percentage ⇒ ::String
Returns the value of attribute utilization_percentage.
1134 1135 1136 |
# File 'sig/types.rbs', line 1134 def utilization_percentage @utilization_percentage end |
#utilization_percentage_in_units ⇒ ::String
Returns the value of attribute utilization_percentage_in_units.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def utilization_percentage_in_units @utilization_percentage_in_units end |