Class: Aws::Types::PurchaseHostReservationResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


16117
16118
16119
# File 'sig/types.rbs', line 16117

def client_token
  @client_token
end

#currency_code"USD"

Returns the value of attribute currency_code.

Returns:

  • ("USD")


16118
16119
16120
# File 'sig/types.rbs', line 16118

def currency_code
  @currency_code
end

#purchase::Array[Types::Purchase]

Returns the value of attribute purchase.

Returns:



16119
16120
16121
# File 'sig/types.rbs', line 16119

def purchase
  @purchase
end

#total_hourly_price::String

Returns the value of attribute total_hourly_price.

Returns:

  • (::String)


16120
16121
16122
# File 'sig/types.rbs', line 16120

def total_hourly_price
  @total_hourly_price
end

#total_upfront_price::String

Returns the value of attribute total_upfront_price.

Returns:

  • (::String)


16121
16122
16123
# File 'sig/types.rbs', line 16121

def total_upfront_price
  @total_upfront_price
end