Class: Aws::OpenSearchService::Types::PurchaseReservedInstanceOfferingResponse

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

Overview

Represents the output of a ‘PurchaseReservedInstanceOffering` 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)


5140
5141
5142
5143
5144
5145
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5140

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

#reserved_instance_idString

The ID of the Reserved Instance offering that was purchased.

Returns:

  • (String)


5140
5141
5142
5143
5144
5145
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5140

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