Class: Aws::OpenSearchService::Types::ReservedInstanceOffering

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

Overview

Details of an OpenSearch Reserved Instance offering.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#currency_codeString

The currency code for the Reserved Instance offering.

Returns:

  • (String)


5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5249

class ReservedInstanceOffering < Struct.new(
  :reserved_instance_offering_id,
  :instance_type,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :payment_option,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end

#durationInteger

The duration, in seconds, for which the offering will reserve the OpenSearch instance.

Returns:

  • (Integer)


5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5249

class ReservedInstanceOffering < Struct.new(
  :reserved_instance_offering_id,
  :instance_type,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :payment_option,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end

#fixed_priceFloat

The upfront fixed charge you will pay to purchase the specific Reserved Instance offering.

Returns:

  • (Float)


5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5249

class ReservedInstanceOffering < Struct.new(
  :reserved_instance_offering_id,
  :instance_type,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :payment_option,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end

#instance_typeString

The OpenSearch instance type offered by the Reserved Instance offering.

Returns:

  • (String)


5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5249

class ReservedInstanceOffering < Struct.new(
  :reserved_instance_offering_id,
  :instance_type,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :payment_option,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end

#payment_optionString

Payment option for the Reserved Instance offering

Returns:

  • (String)


5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5249

class ReservedInstanceOffering < Struct.new(
  :reserved_instance_offering_id,
  :instance_type,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :payment_option,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end

#recurring_chargesArray<Types::RecurringCharge>

The recurring charge to your account, regardless of whether you creates any domains using the offering.

Returns:



5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5249

class ReservedInstanceOffering < Struct.new(
  :reserved_instance_offering_id,
  :instance_type,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :payment_option,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end

#reserved_instance_offering_idString

The unique identifier of the Reserved Instance offering.

Returns:

  • (String)


5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5249

class ReservedInstanceOffering < Struct.new(
  :reserved_instance_offering_id,
  :instance_type,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :payment_option,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end

#usage_priceFloat

The hourly rate at which you're charged for the domain using this Reserved Instance.

Returns:

  • (Float)


5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5249

class ReservedInstanceOffering < Struct.new(
  :reserved_instance_offering_id,
  :instance_type,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :payment_option,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end