Class: Aws::MemoryDB::Types::PurchaseReservedNodesOfferingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::PurchaseReservedNodesOfferingRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-memorydb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#node_count ⇒ Integer
The number of node instances to reserve.
-
#reservation_id ⇒ String
A customer-specified identifier to track this reservation.
-
#reserved_nodes_offering_id ⇒ String
The ID of the reserved node offering to purchase.
-
#tags ⇒ Array<Types::Tag>
A list of tags to be added to this resource.
Instance Attribute Details
#node_count ⇒ Integer
The number of node instances to reserve.
2582 2583 2584 2585 2586 2587 2588 2589 |
# File 'lib/aws-sdk-memorydb/types.rb', line 2582 class PurchaseReservedNodesOfferingRequest < Struct.new( :reserved_nodes_offering_id, :reservation_id, :node_count, :tags) SENSITIVE = [] include Aws::Structure end |
#reservation_id ⇒ String
A customer-specified identifier to track this reservation.
2582 2583 2584 2585 2586 2587 2588 2589 |
# File 'lib/aws-sdk-memorydb/types.rb', line 2582 class PurchaseReservedNodesOfferingRequest < Struct.new( :reserved_nodes_offering_id, :reservation_id, :node_count, :tags) SENSITIVE = [] include Aws::Structure end |
#reserved_nodes_offering_id ⇒ String
The ID of the reserved node offering to purchase.
2582 2583 2584 2585 2586 2587 2588 2589 |
# File 'lib/aws-sdk-memorydb/types.rb', line 2582 class PurchaseReservedNodesOfferingRequest < Struct.new( :reserved_nodes_offering_id, :reservation_id, :node_count, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<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.
2582 2583 2584 2585 2586 2587 2588 2589 |
# File 'lib/aws-sdk-memorydb/types.rb', line 2582 class PurchaseReservedNodesOfferingRequest < Struct.new( :reserved_nodes_offering_id, :reservation_id, :node_count, :tags) SENSITIVE = [] include Aws::Structure end |