Class: Aws::Types::CoverageNormalizedUnits

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#coverage_normalized_units_percentage::String

Returns the value of attribute coverage_normalized_units_percentage.

Returns:

  • (::String)


259
260
261
# File 'sig/types.rbs', line 259

def coverage_normalized_units_percentage
  @coverage_normalized_units_percentage
end

#on_demand_normalized_units::String

Returns the value of attribute on_demand_normalized_units.

Returns:

  • (::String)


256
257
258
# File 'sig/types.rbs', line 256

def on_demand_normalized_units
  @on_demand_normalized_units
end

#reserved_normalized_units::String

Returns the value of attribute reserved_normalized_units.

Returns:

  • (::String)


257
258
259
# File 'sig/types.rbs', line 257

def reserved_normalized_units
  @reserved_normalized_units
end

#total_running_normalized_units::String

Returns the value of attribute total_running_normalized_units.

Returns:

  • (::String)


258
259
260
# File 'sig/types.rbs', line 258

def total_running_normalized_units
  @total_running_normalized_units
end