MemoryDB.Paginator.
DescribeReservedNodesOfferings
¶paginator = client.get_paginator('describe_reserved_nodes_offerings')
paginate
(**kwargs)¶Creates an iterator that will paginate through responses from MemoryDB.Client.describe_reserved_nodes_offerings()
.
See also: AWS API Documentation
Request Syntax
response_iterator = paginator.paginate(
ReservedNodesOfferingId='string',
NodeType='string',
Duration='string',
OfferingType='string',
PaginationConfig={
'MaxItems': 123,
'PageSize': 123,
'StartingToken': 'string'
}
)
A dictionary that provides parameters to control pagination.
The total number of items to return. If the total number of items available is more than the value specified in max-items then a NextToken
will be provided in the output that you can use to resume pagination.
The size of each page.
A token to specify where to start paginating. This is the NextToken
from a previous response.
dict
Response Syntax
{
'ReservedNodesOfferings': [
{
'ReservedNodesOfferingId': 'string',
'NodeType': 'string',
'Duration': 123,
'FixedPrice': 123.0,
'OfferingType': 'string',
'RecurringCharges': [
{
'RecurringChargeAmount': 123.0,
'RecurringChargeFrequency': 'string'
},
]
},
]
}
Response Structure
(dict) --
ReservedNodesOfferings (list) --
Lists available reserved node offerings.
(dict) --
The offering type of this node.
ReservedNodesOfferingId (string) --
The offering identifier.
NodeType (string) --
The node type for the reserved nodes. For more information, see Supported node types.
Duration (integer) --
The duration of the reservation in seconds.
FixedPrice (float) --
The fixed price charged for this reserved node.
OfferingType (string) --
The offering type of this reserved node.
RecurringCharges (list) --
The recurring price charged to run this reserved node.
(dict) --
The recurring charge to run this reserved node.
RecurringChargeAmount (float) --
The amount of the recurring charge to run this reserved node.
RecurringChargeFrequency (string) --
The frequency of the recurring price charged to run this reserved node.