Class: Aws::EC2::Types::Purchase

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes the result of the purchase.

Instance Attribute Summary collapse

Instance Attribute Details

#currency_codeString

The currency in which the ‘UpfrontPrice` and `HourlyPrice` amounts are specified. At this time, the only supported currency is `USD`.

Returns:

  • (String)


28232
28233
28234
28235
28236
28237
28238
28239
28240
28241
28242
# File 'lib/aws-sdk-ec2/types.rb', line 28232

class Purchase < Struct.new(
  :currency_code,
  :duration,
  :host_id_set,
  :host_reservation_id,
  :hourly_price,
  :instance_family,
  :payment_option,
  :upfront_price)
  include Aws::Structure
end

#durationInteger

The duration of the reservation’s term in seconds.

Returns:

  • (Integer)


28232
28233
28234
28235
28236
28237
28238
28239
28240
28241
28242
# File 'lib/aws-sdk-ec2/types.rb', line 28232

class Purchase < Struct.new(
  :currency_code,
  :duration,
  :host_id_set,
  :host_reservation_id,
  :hourly_price,
  :instance_family,
  :payment_option,
  :upfront_price)
  include Aws::Structure
end

#host_id_setArray<String>

The IDs of the Dedicated Hosts associated with the reservation.

Returns:

  • (Array<String>)


28232
28233
28234
28235
28236
28237
28238
28239
28240
28241
28242
# File 'lib/aws-sdk-ec2/types.rb', line 28232

class Purchase < Struct.new(
  :currency_code,
  :duration,
  :host_id_set,
  :host_reservation_id,
  :hourly_price,
  :instance_family,
  :payment_option,
  :upfront_price)
  include Aws::Structure
end

#host_reservation_idString

The ID of the reservation.

Returns:

  • (String)


28232
28233
28234
28235
28236
28237
28238
28239
28240
28241
28242
# File 'lib/aws-sdk-ec2/types.rb', line 28232

class Purchase < Struct.new(
  :currency_code,
  :duration,
  :host_id_set,
  :host_reservation_id,
  :hourly_price,
  :instance_family,
  :payment_option,
  :upfront_price)
  include Aws::Structure
end

#hourly_priceString

The hourly price of the reservation per hour.

Returns:

  • (String)


28232
28233
28234
28235
28236
28237
28238
28239
28240
28241
28242
# File 'lib/aws-sdk-ec2/types.rb', line 28232

class Purchase < Struct.new(
  :currency_code,
  :duration,
  :host_id_set,
  :host_reservation_id,
  :hourly_price,
  :instance_family,
  :payment_option,
  :upfront_price)
  include Aws::Structure
end

#instance_familyString

The instance family on the Dedicated Host that the reservation can be associated with.

Returns:

  • (String)


28232
28233
28234
28235
28236
28237
28238
28239
28240
28241
28242
# File 'lib/aws-sdk-ec2/types.rb', line 28232

class Purchase < Struct.new(
  :currency_code,
  :duration,
  :host_id_set,
  :host_reservation_id,
  :hourly_price,
  :instance_family,
  :payment_option,
  :upfront_price)
  include Aws::Structure
end

#payment_optionString

The payment option for the reservation.

Returns:

  • (String)


28232
28233
28234
28235
28236
28237
28238
28239
28240
28241
28242
# File 'lib/aws-sdk-ec2/types.rb', line 28232

class Purchase < Struct.new(
  :currency_code,
  :duration,
  :host_id_set,
  :host_reservation_id,
  :hourly_price,
  :instance_family,
  :payment_option,
  :upfront_price)
  include Aws::Structure
end

#upfront_priceString

The upfront price of the reservation.

Returns:

  • (String)


28232
28233
28234
28235
28236
28237
28238
28239
28240
28241
28242
# File 'lib/aws-sdk-ec2/types.rb', line 28232

class Purchase < Struct.new(
  :currency_code,
  :duration,
  :host_id_set,
  :host_reservation_id,
  :hourly_price,
  :instance_family,
  :payment_option,
  :upfront_price)
  include Aws::Structure
end