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


11215
11216
11217
# File 'sig/types.rbs', line 11215

def currency_code
  @currency_code
end

#duration::Integer

Returns the value of attribute duration.

Returns:

  • (::Integer)


11216
11217
11218
# File 'sig/types.rbs', line 11216

def duration
  @duration
end

#hourly_price::String

Returns the value of attribute hourly_price.

Returns:

  • (::String)


11217
11218
11219
# File 'sig/types.rbs', line 11217

def hourly_price
  @hourly_price
end

#instance_family::String

Returns the value of attribute instance_family.

Returns:

  • (::String)


11218
11219
11220
# File 'sig/types.rbs', line 11218

def instance_family
  @instance_family
end

#offering_id::String

Returns the value of attribute offering_id.

Returns:

  • (::String)


11219
11220
11221
# File 'sig/types.rbs', line 11219

def offering_id
  @offering_id
end

#payment_option"AllUpfront", ...

Returns the value of attribute payment_option.

Returns:

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


11220
11221
11222
# File 'sig/types.rbs', line 11220

def payment_option
  @payment_option
end

#upfront_price::String

Returns the value of attribute upfront_price.

Returns:

  • (::String)


11221
11222
11223
# File 'sig/types.rbs', line 11221

def upfront_price
  @upfront_price
end