Class: Aws::MemoryDB::Types::DescribeReservedNodesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::DescribeReservedNodesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-memorydb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
An optional marker returned from a prior request.
-
#reserved_nodes ⇒ Array<Types::ReservedNode>
Returns information about reserved nodes for this account, or about a specified reserved node.
Instance Attribute Details
#next_token ⇒ String
An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
1595 1596 1597 1598 1599 1600 |
# File 'lib/aws-sdk-memorydb/types.rb', line 1595 class DescribeReservedNodesResponse < Struct.new( :next_token, :reserved_nodes) SENSITIVE = [] include Aws::Structure end |
#reserved_nodes ⇒ Array<Types::ReservedNode>
Returns information about reserved nodes for this account, or about a specified reserved node.
1595 1596 1597 1598 1599 1600 |
# File 'lib/aws-sdk-memorydb/types.rb', line 1595 class DescribeReservedNodesResponse < Struct.new( :next_token, :reserved_nodes) SENSITIVE = [] include Aws::Structure end |