Class: Aws::Types::ReservedInstanceOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#offering_class"STANDARD", "CONVERTIBLE"

Returns the value of attribute offering_class.

Returns:

  • ("STANDARD", "CONVERTIBLE")


502
503
504
# File 'sig/types.rbs', line 502

def offering_class
  @offering_class
end

#purchasing_option"ALL_UPFRONT", ...

Returns the value of attribute purchasing_option.

Returns:

  • ("ALL_UPFRONT", "PARTIAL_UPFRONT", "NO_UPFRONT")


501
502
503
# File 'sig/types.rbs', line 501

def purchasing_option
  @purchasing_option
end

#term_length"ONE_YEAR", "THREE_YEAR"

Returns the value of attribute term_length.

Returns:

  • ("ONE_YEAR", "THREE_YEAR")


503
504
505
# File 'sig/types.rbs', line 503

def term_length
  @term_length
end