Class: Aws::Types::HostOffering

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")


10991
10992
10993
# File 'sig/types.rbs', line 10991

def currency_code
  @currency_code
end

#duration::Integer

Returns the value of attribute duration.

Returns:

  • (::Integer)


10992
10993
10994
# File 'sig/types.rbs', line 10992

def duration
  @duration
end

#hourly_price::String

Returns the value of attribute hourly_price.

Returns:

  • (::String)


10993
10994
10995
# File 'sig/types.rbs', line 10993

def hourly_price
  @hourly_price
end

#instance_family::String

Returns the value of attribute instance_family.

Returns:

  • (::String)


10994
10995
10996
# File 'sig/types.rbs', line 10994

def instance_family
  @instance_family
end

#offering_id::String

Returns the value of attribute offering_id.

Returns:

  • (::String)


10995
10996
10997
# File 'sig/types.rbs', line 10995

def offering_id
  @offering_id
end

#payment_option"AllUpfront", ...

Returns the value of attribute payment_option.

Returns:

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


10996
10997
10998
# File 'sig/types.rbs', line 10996

def payment_option
  @payment_option
end

#upfront_price::String

Returns the value of attribute upfront_price.

Returns:

  • (::String)


10997
10998
10999
# File 'sig/types.rbs', line 10997

def upfront_price
  @upfront_price
end