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)


2277
2278
2279
2280
2281
2282
2283
2284
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2277

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)


2277
2278
2279
2280
2281
2282
2283
2284
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2277

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)


2277
2278
2279
2280
2281
2282
2283
2284
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2277

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:



2277
2278
2279
2280
2281
2282
2283
2284
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2277

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