Class: Aws::Types::SavingsPlansUtilization

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#total_commitment::String

Returns the value of attribute total_commitment.

Returns:

  • (::String)


1441
1442
1443
# File 'sig/types.rbs', line 1441

def total_commitment
  @total_commitment
end

#unused_commitment::String

Returns the value of attribute unused_commitment.

Returns:

  • (::String)


1443
1444
1445
# File 'sig/types.rbs', line 1443

def unused_commitment
  @unused_commitment
end

#used_commitment::String

Returns the value of attribute used_commitment.

Returns:

  • (::String)


1442
1443
1444
# File 'sig/types.rbs', line 1442

def used_commitment
  @used_commitment
end

#utilization_percentage::String

Returns the value of attribute utilization_percentage.

Returns:

  • (::String)


1444
1445
1446
# File 'sig/types.rbs', line 1444

def utilization_percentage
  @utilization_percentage
end