List Spaces
codecatalyst_list_spaces | R Documentation |
Retrieves a list of spaces¶
Description¶
Retrieves a list of spaces.
Usage¶
codecatalyst_list_spaces(nextToken)
Arguments¶
nextToken |
A token returned from a call to this API to indicate the next batch of results to return, if any. |
Value¶
A list with the following syntax:
list(
nextToken = "string",
items = list(
list(
name = "string",
regionName = "string",
displayName = "string",
description = "string"
)
)
)
Request syntax¶
svc$list_spaces(
nextToken = "string"
)