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.
2305 2306 2307 2308 2309 2310 2311 2312 |
# File 'lib/aws-sdk-memorydb/types.rb', line 2305 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.
2305 2306 2307 2308 2309 2310 2311 2312 |
# File 'lib/aws-sdk-memorydb/types.rb', line 2305 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.
2305 2306 2307 2308 2309 2310 2311 2312 |
# File 'lib/aws-sdk-memorydb/types.rb', line 2305 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.
2305 2306 2307 2308 2309 2310 2311 2312 |
# File 'lib/aws-sdk-memorydb/types.rb', line 2305 class PurchaseReservedNodesOfferingRequest < Struct.new( :reserved_nodes_offering_id, :reservation_id, :node_count, :tags) SENSITIVE = [] include Aws::Structure end |