Class: Aws::Types::GetHostReservationPurchasePreviewResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#currency_code"USD"

Returns the value of attribute currency_code.

Returns:

  • ("USD")


9918
9919
9920
# File 'sig/types.rbs', line 9918

def currency_code
  @currency_code
end

#purchase::Array[Types::Purchase]

Returns the value of attribute purchase.

Returns:



9919
9920
9921
# File 'sig/types.rbs', line 9919

def purchase
  @purchase
end

#total_hourly_price::String

Returns the value of attribute total_hourly_price.

Returns:

  • (::String)


9920
9921
9922
# File 'sig/types.rbs', line 9920

def total_hourly_price
  @total_hourly_price
end

#total_upfront_price::String

Returns the value of attribute total_upfront_price.

Returns:

  • (::String)


9921
9922
9923
# File 'sig/types.rbs', line 9921

def total_upfront_price
  @total_upfront_price
end