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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/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)


5058
5059
5060
5061
5062
5063
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5058

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)


5058
5059
5060
5061
5062
5063
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5058

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