List Raster Data Collections
| sagemakergeospatialcapabilities_list_raster_data_collections | R Documentation |
Use this operation to get raster data collections¶
Description¶
Use this operation to get raster data collections.
Usage¶
Arguments¶
MaxResultsThe total number of items to return.
NextTokenIf the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
Value¶
A list with the following syntax:
list(
NextToken = "string",
RasterDataCollectionSummaries = list(
list(
Arn = "string",
Description = "string",
DescriptionPageUrl = "string",
Name = "string",
SupportedFilters = list(
list(
Maximum = 123.0,
Minimum = 123.0,
Name = "string",
Type = "string"
)
),
Tags = list(
"string"
),
Type = "PUBLIC"|"PREMIUM"|"USER"
)
)
)