/AWS1/CL_NEG=>LISTGRAPHSNAPSHOTS()
¶
About ListGraphSnapshots¶
Lists available snapshots of a specified Neptune Analytics graph.
Method Signature¶
IMPORTING¶
Optional arguments:¶
IV_GRAPHIDENTIFIER
TYPE /AWS1/NEGGRAPHIDENTIFIER
/AWS1/NEGGRAPHIDENTIFIER
¶
The unique identifier of the Neptune Analytics graph.
IV_NEXTTOKEN
TYPE /AWS1/NEGPAGINATIONTOKEN
/AWS1/NEGPAGINATIONTOKEN
¶
Pagination token used to paginate output.
When this value is provided as input, the service returns results from where the previous response left off. When this value is present in output, it indicates that there are more results to retrieve.
IV_MAXRESULTS
TYPE /AWS1/NEGMAXRESULTS
/AWS1/NEGMAXRESULTS
¶
The total number of records to return in the command's output.
If the total number of records available is more than the value specified,
nextToken
is provided in the command's output. To resume pagination, provide thenextToken
output value in thenextToken
argument of a subsequent command. Do not use thenextToken
response element directly outside of the Amazon CLI.