appstream_describe_application_fleet_associations: Retrieves a list that describes one or more application fleet...

View source: R/appstream_operations.R

appstream_describe_application_fleet_associationsR Documentation

Retrieves a list that describes one or more application fleet associations

Description

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.

Usage

appstream_describe_application_fleet_associations(
  FleetName = NULL,
  ApplicationArn = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

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.


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.