Class: Aws::Types::ReservationAggregates

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amortized_recurring_fee::String

Returns the value of attribute amortized_recurring_fee.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1135
1136
1137
# File 'sig/types.rbs', line 1135

def utilization_percentage_in_units
  @utilization_percentage_in_units
end