List Baselines
controltower_list_baselines | R Documentation |
Returns a summary list of all available baselines¶
Description¶
Returns a summary list of all available baselines. For usage examples, see the Amazon Web Services Control Tower User Guide .
Usage¶
Arguments¶
maxResults
The maximum number of results to be shown.
nextToken
A pagination token.
Value¶
A list with the following syntax:
list(
baselines = list(
list(
arn = "string",
description = "string",
name = "string"
)
),
nextToken = "string"
)