Class: Aws::ElasticsearchService::Types::PurchaseReservedElasticsearchInstanceOfferingResponse

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

Overview

Represents the output of a PurchaseReservedElasticsearchInstanceOffering operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reservation_nameString

The customer-specified identifier used to track this reservation.

Returns:

  • (String)


3559
3560
3561
3562
3563
3564
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3559

class PurchaseReservedElasticsearchInstanceOfferingResponse < Struct.new(
  :reserved_elasticsearch_instance_id,
  :reservation_name)
  SENSITIVE = []
  include Aws::Structure
end

#reserved_elasticsearch_instance_idString

Details of the reserved Elasticsearch instance which was purchased.

Returns:

  • (String)


3559
3560
3561
3562
3563
3564
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3559

class PurchaseReservedElasticsearchInstanceOfferingResponse < Struct.new(
  :reserved_elasticsearch_instance_id,
  :reservation_name)
  SENSITIVE = []
  include Aws::Structure
end