Class: Aws::Types::CostComparisonDriver

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#cost_drivers::Array[Types::CostDriver]

Returns the value of attribute cost_drivers.



217
218
219
# File 'sig/types.rbs', line 217

def cost_drivers
  @cost_drivers
end

#cost_selectorTypes::Expression

Returns the value of attribute cost_selector.



215
216
217
# File 'sig/types.rbs', line 215

def cost_selector
  @cost_selector
end

#metrics::Hash[::String, Types::ComparisonMetricValue]

Returns the value of attribute metrics.



216
217
218
# File 'sig/types.rbs', line 216

def metrics
  @metrics
end