Class: Aws::ApplicationDiscoveryService::Types::ReservedInstanceOptions

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

Overview

Used to provide Reserved Instance preferences for the recommendation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#offering_classString

The flexibility to change the instance types needed for your Reserved Instance.

Returns:

  • (String)


1814
1815
1816
1817
1818
1819
1820
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1814

class ReservedInstanceOptions < Struct.new(
  :purchasing_option,
  :offering_class,
  :term_length)
  SENSITIVE = []
  include Aws::Structure
end

#purchasing_optionString

The payment plan to use for your Reserved Instance.

Returns:

  • (String)


1814
1815
1816
1817
1818
1819
1820
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1814

class ReservedInstanceOptions < Struct.new(
  :purchasing_option,
  :offering_class,
  :term_length)
  SENSITIVE = []
  include Aws::Structure
end

#term_lengthString

The preferred duration of the Reserved Instance term.

Returns:

  • (String)


1814
1815
1816
1817
1818
1819
1820
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1814

class ReservedInstanceOptions < Struct.new(
  :purchasing_option,
  :offering_class,
  :term_length)
  SENSITIVE = []
  include Aws::Structure
end