Class: Aws::MemoryDB::Types::PurchaseReservedNodesOfferingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::PurchaseReservedNodesOfferingResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-memorydb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#reserved_node ⇒ Types::ReservedNode
Represents the output of a ‘PurchaseReservedNodesOffering` operation.
Instance Attribute Details
#reserved_node ⇒ Types::ReservedNode
Represents the output of a ‘PurchaseReservedNodesOffering` operation.
2321 2322 2323 2324 2325 |
# File 'lib/aws-sdk-memorydb/types.rb', line 2321 class PurchaseReservedNodesOfferingResponse < Struct.new( :reserved_node) SENSITIVE = [] include Aws::Structure end |