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

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

Overview

Describes the result of the purchase.

Constant Summary collapse

SENSITIVE =
[]

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)


54519
54520
54521
54522
54523
54524
54525
54526
54527
54528
54529
54530
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54519

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

#durationInteger

The duration of the reservation's term in seconds.

Returns:

  • (Integer)


54519
54520
54521
54522
54523
54524
54525
54526
54527
54528
54529
54530
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54519

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

#host_id_setArray<String>

The IDs of the Dedicated Hosts associated with the reservation.

Returns:

  • (Array<String>)


54519
54520
54521
54522
54523
54524
54525
54526
54527
54528
54529
54530
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54519

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

#host_reservation_idString

The ID of the reservation.

Returns:

  • (String)


54519
54520
54521
54522
54523
54524
54525
54526
54527
54528
54529
54530
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54519

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

#hourly_priceString

The hourly price of the reservation per hour.

Returns:

  • (String)


54519
54520
54521
54522
54523
54524
54525
54526
54527
54528
54529
54530
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54519

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

#instance_familyString

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

Returns:

  • (String)


54519
54520
54521
54522
54523
54524
54525
54526
54527
54528
54529
54530
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54519

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

#payment_optionString

The payment option for the reservation.

Returns:

  • (String)


54519
54520
54521
54522
54523
54524
54525
54526
54527
54528
54529
54530
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54519

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

#upfront_priceString

The upfront price of the reservation.

Returns:

  • (String)


54519
54520
54521
54522
54523
54524
54525
54526
54527
54528
54529
54530
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54519

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