Batch Get View
resourceexplorer_batch_get_view | R Documentation |
Retrieves details about a list of views¶
Description¶
Retrieves details about a list of views.
Usage¶
Arguments¶
ViewArns
A list of Amazon resource names (ARNs) that identify the views you want details for.
Value¶
A list with the following syntax:
list(
Errors = list(
list(
ErrorMessage = "string",
ViewArn = "string"
)
),
Views = list(
list(
Filters = list(
FilterString = "string"
),
IncludedProperties = list(
list(
Name = "string"
)
),
LastUpdatedAt = as.POSIXct(
"2015-01-01"
),
Owner = "string",
Scope = "string",
ViewArn = "string"
)
)
)