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)


16319
16320
16321
# File 'sig/types.rbs', line 16319

def hourly_price
  @hourly_price
end

#remaining_total_value::String

Returns the value of attribute remaining_total_value.

Returns:

  • (::String)


16320
16321
16322
# File 'sig/types.rbs', line 16320

def remaining_total_value
  @remaining_total_value
end

#remaining_upfront_value::String

Returns the value of attribute remaining_upfront_value.

Returns:

  • (::String)


16321
16322
16323
# File 'sig/types.rbs', line 16321

def remaining_upfront_value
  @remaining_upfront_value
end