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)


16658
16659
16660
# File 'sig/types.rbs', line 16658

def hourly_price
  @hourly_price
end

#remaining_total_value::String

Returns the value of attribute remaining_total_value.

Returns:

  • (::String)


16659
16660
16661
# File 'sig/types.rbs', line 16659

def remaining_total_value
  @remaining_total_value
end

#remaining_upfront_value::String

Returns the value of attribute remaining_upfront_value.

Returns:

  • (::String)


16660
16661
16662
# File 'sig/types.rbs', line 16660

def remaining_upfront_value
  @remaining_upfront_value
end