List Release Labels
emr_list_release_labels | R Documentation |
Retrieves release labels of Amazon EMR services in the Region where the API is called¶
Description¶
Retrieves release labels of Amazon EMR services in the Region where the API is called.
Usage¶
emr_list_release_labels(Filters, NextToken, MaxResults)
Arguments¶
Filters |
Filters the results of the request. |
NextToken |
Specifies the next page of results. If |
MaxResults |
Defines the maximum number of release labels to return in a
single response. The default is |
Value¶
A list with the following syntax:
list(
ReleaseLabels = list(
"string"
),
NextToken = "string"
)
Request syntax¶
svc$list_release_labels(
Filters = list(
Prefix = "string",
Application = "string"
),
NextToken = "string",
MaxResults = 123
)