Class: Aws::Types::SavingsPlansCoverageData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#coverage_percentage::String

Returns the value of attribute coverage_percentage.

Returns:

  • (::String)


1332
1333
1334
# File 'sig/types.rbs', line 1332

def coverage_percentage
  @coverage_percentage
end

#on_demand_cost::String

Returns the value of attribute on_demand_cost.

Returns:

  • (::String)


1330
1331
1332
# File 'sig/types.rbs', line 1330

def on_demand_cost
  @on_demand_cost
end

#spend_covered_by_savings_plans::String

Returns the value of attribute spend_covered_by_savings_plans.

Returns:

  • (::String)


1329
1330
1331
# File 'sig/types.rbs', line 1329

def spend_covered_by_savings_plans
  @spend_covered_by_savings_plans
end

#total_cost::String

Returns the value of attribute total_cost.

Returns:

  • (::String)


1331
1332
1333
# File 'sig/types.rbs', line 1331

def total_cost
  @total_cost
end