Class: Aws::ElasticsearchService::Types::ReservedElasticsearchInstanceOffering

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticsearchservice/types.rb

Overview

Details of a reserved Elasticsearch instance offering.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#currency_codeString

The currency code for the reserved Elasticsearch instance offering.

Returns:

  • (String)


3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3750

class ReservedElasticsearchInstanceOffering < Struct.new(
  :reserved_elasticsearch_instance_offering_id,
  :elasticsearch_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 Elasticsearch instance.

Returns:

  • (Integer)


3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3750

class ReservedElasticsearchInstanceOffering < Struct.new(
  :reserved_elasticsearch_instance_offering_id,
  :elasticsearch_instance_type,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :payment_option,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end

#elasticsearch_instance_typeString

The Elasticsearch instance type offered by the reserved instance offering.

Returns:

  • (String)


3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3750

class ReservedElasticsearchInstanceOffering < Struct.new(
  :reserved_elasticsearch_instance_offering_id,
  :elasticsearch_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 Elasticsearch instance offering.

Returns:

  • (Float)


3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3750

class ReservedElasticsearchInstanceOffering < Struct.new(
  :reserved_elasticsearch_instance_offering_id,
  :elasticsearch_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 Elasticsearch instance offering

Returns:

  • (String)


3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3750

class ReservedElasticsearchInstanceOffering < Struct.new(
  :reserved_elasticsearch_instance_offering_id,
  :elasticsearch_instance_type,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :payment_option,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end

#recurring_chargesArray<Types::RecurringCharge>

The charge to your account regardless of whether you are creating any domains using the instance offering.

Returns:



3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3750

class ReservedElasticsearchInstanceOffering < Struct.new(
  :reserved_elasticsearch_instance_offering_id,
  :elasticsearch_instance_type,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :payment_option,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end

#reserved_elasticsearch_instance_offering_idString

The Elasticsearch reserved instance offering identifier.

Returns:

  • (String)


3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3750

class ReservedElasticsearchInstanceOffering < Struct.new(
  :reserved_elasticsearch_instance_offering_id,
  :elasticsearch_instance_type,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :payment_option,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end

#usage_priceFloat

The rate you are charged for each hour the domain that is using the offering is running.

Returns:

  • (Float)


3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3750

class ReservedElasticsearchInstanceOffering < Struct.new(
  :reserved_elasticsearch_instance_offering_id,
  :elasticsearch_instance_type,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :payment_option,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end