Class: Aws::Types::Purchase

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#currency_code"USD"

Returns the value of attribute currency_code.

Returns:

  • ("USD")


15724
15725
15726
# File 'sig/types.rbs', line 15724

def currency_code
  @currency_code
end

#duration::Integer

Returns the value of attribute duration.

Returns:

  • (::Integer)


15725
15726
15727
# File 'sig/types.rbs', line 15725

def duration
  @duration
end

#host_id_set::Array[::String]

Returns the value of attribute host_id_set.

Returns:

  • (::Array[::String])


15726
15727
15728
# File 'sig/types.rbs', line 15726

def host_id_set
  @host_id_set
end

#host_reservation_id::String

Returns the value of attribute host_reservation_id.

Returns:

  • (::String)


15727
15728
15729
# File 'sig/types.rbs', line 15727

def host_reservation_id
  @host_reservation_id
end

#hourly_price::String

Returns the value of attribute hourly_price.

Returns:

  • (::String)


15728
15729
15730
# File 'sig/types.rbs', line 15728

def hourly_price
  @hourly_price
end

#instance_family::String

Returns the value of attribute instance_family.

Returns:

  • (::String)


15729
15730
15731
# File 'sig/types.rbs', line 15729

def instance_family
  @instance_family
end

#payment_option"AllUpfront", ...

Returns the value of attribute payment_option.

Returns:

  • ("AllUpfront", "PartialUpfront", "NoUpfront")


15730
15731
15732
# File 'sig/types.rbs', line 15730

def payment_option
  @payment_option
end

#upfront_price::String

Returns the value of attribute upfront_price.

Returns:

  • (::String)


15731
15732
15733
# File 'sig/types.rbs', line 15731

def upfront_price
  @upfront_price
end