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)


5246
5247
5248
5249
5250
5251
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5246

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)


5246
5247
5248
5249
5250
5251
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5246

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