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)


15465
15466
15467
# File 'sig/types.rbs', line 15465

def client_token
  @client_token
end

#currency_code"USD"

Returns the value of attribute currency_code.

Returns:

  • ("USD")


15466
15467
15468
# File 'sig/types.rbs', line 15466

def currency_code
  @currency_code
end

#host_id_set::Array[::String]

Returns the value of attribute host_id_set.

Returns:

  • (::Array[::String])


15467
15468
15469
# File 'sig/types.rbs', line 15467

def host_id_set
  @host_id_set
end

#limit_price::String

Returns the value of attribute limit_price.

Returns:

  • (::String)


15468
15469
15470
# File 'sig/types.rbs', line 15468

def limit_price
  @limit_price
end

#offering_id::String

Returns the value of attribute offering_id.

Returns:

  • (::String)


15469
15470
15471
# File 'sig/types.rbs', line 15469

def offering_id
  @offering_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



15470
15471
15472
# File 'sig/types.rbs', line 15470

def tag_specifications
  @tag_specifications
end