Class: Aws::Types::PurchaseHostReservationRequest

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)


16101
16102
16103
# File 'sig/types.rbs', line 16101

def client_token
  @client_token
end

#currency_code"USD"

Returns the value of attribute currency_code.

Returns:

  • ("USD")


16102
16103
16104
# File 'sig/types.rbs', line 16102

def currency_code
  @currency_code
end

#host_id_set::Array[::String]

Returns the value of attribute host_id_set.

Returns:

  • (::Array[::String])


16103
16104
16105
# File 'sig/types.rbs', line 16103

def host_id_set
  @host_id_set
end

#limit_price::String

Returns the value of attribute limit_price.

Returns:

  • (::String)


16104
16105
16106
# File 'sig/types.rbs', line 16104

def limit_price
  @limit_price
end

#offering_id::String

Returns the value of attribute offering_id.

Returns:

  • (::String)


16105
16106
16107
# File 'sig/types.rbs', line 16105

def offering_id
  @offering_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



16106
16107
16108
# File 'sig/types.rbs', line 16106

def tag_specifications
  @tag_specifications
end