Class: Aws::ElasticsearchService::Types::PurchaseReservedElasticsearchInstanceOfferingRequest

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

Overview

Container for parameters to PurchaseReservedElasticsearchInstanceOffering

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_countInteger

The number of Elasticsearch instances to reserve.

Returns:

  • (Integer)


3540
3541
3542
3543
3544
3545
3546
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3540

class PurchaseReservedElasticsearchInstanceOfferingRequest < Struct.new(
  :reserved_elasticsearch_instance_offering_id,
  :reservation_name,
  :instance_count)
  SENSITIVE = []
  include Aws::Structure
end

#reservation_nameString

A customer-specified identifier to track this reservation.

Returns:

  • (String)


3540
3541
3542
3543
3544
3545
3546
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3540

class PurchaseReservedElasticsearchInstanceOfferingRequest < Struct.new(
  :reserved_elasticsearch_instance_offering_id,
  :reservation_name,
  :instance_count)
  SENSITIVE = []
  include Aws::Structure
end

#reserved_elasticsearch_instance_offering_idString

The ID of the reserved Elasticsearch instance offering to purchase.

Returns:

  • (String)


3540
3541
3542
3543
3544
3545
3546
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3540

class PurchaseReservedElasticsearchInstanceOfferingRequest < Struct.new(
  :reserved_elasticsearch_instance_offering_id,
  :reservation_name,
  :instance_count)
  SENSITIVE = []
  include Aws::Structure
end