List Cells
route53recoveryreadiness_list_cells | R Documentation |
Lists the cells for an account¶
Description¶
Lists the cells for an account.
Usage¶
Arguments¶
MaxResults
The number of objects that you want to return with this call.
NextToken
The token that identifies which batch of results you want to see.
Value¶
A list with the following syntax:
list(
Cells = list(
list(
CellArn = "string",
CellName = "string",
Cells = list(
"string"
),
ParentReadinessScopes = list(
"string"
),
Tags = list(
"string"
)
)
),
NextToken = "string"
)