Disassociate Application Fleet
| appstream_disassociate_application_fleet | R Documentation | 
Disassociates the specified application from the fleet¶
Description¶
Disassociates the specified application from the fleet.
Usage¶
appstream_disassociate_application_fleet(FleetName, ApplicationArn)
Arguments¶
| FleetName | [required] The name of the fleet. | 
| ApplicationArn | [required] The ARN of the application. | 
Value¶
An empty list.
Request syntax¶
svc$disassociate_application_fleet(
  FleetName = "string",
  ApplicationArn = "string"
)