Class: Aws::MemoryDB::Types::PurchaseReservedNodesOfferingRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#node_countInteger

The number of node instances to reserve.

Returns:

  • (Integer)


2623
2624
2625
2626
2627
2628
2629
2630
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2623

class PurchaseReservedNodesOfferingRequest < Struct.new(
  :reserved_nodes_offering_id,
  :reservation_id,
  :node_count,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#reservation_idString

A customer-specified identifier to track this reservation.

Returns:

  • (String)


2623
2624
2625
2626
2627
2628
2629
2630
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2623

class PurchaseReservedNodesOfferingRequest < Struct.new(
  :reserved_nodes_offering_id,
  :reservation_id,
  :node_count,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#reserved_nodes_offering_idString

The ID of the reserved node offering to purchase.

Returns:

  • (String)


2623
2624
2625
2626
2627
2628
2629
2630
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2623

class PurchaseReservedNodesOfferingRequest < Struct.new(
  :reserved_nodes_offering_id,
  :reservation_id,
  :node_count,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.

Returns:



2623
2624
2625
2626
2627
2628
2629
2630
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2623

class PurchaseReservedNodesOfferingRequest < Struct.new(
  :reserved_nodes_offering_id,
  :reservation_id,
  :node_count,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end