appstream_describe_application_fleet_associations {paws.end.user.computing} | R Documentation |
Retrieves a list that describes one or more application fleet associations. Either ApplicationArn or FleetName must be specified.
See https://www.paws-r-sdk.com/docs/appstream_describe_application_fleet_associations/ for full documentation.
appstream_describe_application_fleet_associations(
FleetName = NULL,
ApplicationArn = NULL,
MaxResults = NULL,
NextToken = NULL
)
FleetName |
The name of the fleet. |
ApplicationArn |
The ARN of the application. |
MaxResults |
The maximum size of each page of results. |
NextToken |
The pagination token used to retrieve the next page of results for this operation. |