Class: Aws::Types::ReservationValue

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hourly_price::String

Returns the value of attribute hourly_price.

Returns:

  • (::String)


16022
16023
16024
# File 'sig/types.rbs', line 16022

def hourly_price
  @hourly_price
end

#remaining_total_value::String

Returns the value of attribute remaining_total_value.

Returns:

  • (::String)


16023
16024
16025
# File 'sig/types.rbs', line 16023

def remaining_total_value
  @remaining_total_value
end

#remaining_upfront_value::String

Returns the value of attribute remaining_upfront_value.

Returns:

  • (::String)


16024
16025
16026
# File 'sig/types.rbs', line 16024

def remaining_upfront_value
  @remaining_upfront_value
end