Describe Fleet Metadata
worklink_describe_fleet_metadata | R Documentation |
Provides basic information for the specified fleet, excluding identity provider, networking, and device configuration details¶
Description¶
Provides basic information for the specified fleet, excluding identity provider, networking, and device configuration details.
Usage¶
Arguments¶
FleetArn
[required] The Amazon Resource Name (ARN) of the fleet.
Value¶
A list with the following syntax:
list(
CreatedTime = as.POSIXct(
"2015-01-01"
),
LastUpdatedTime = as.POSIXct(
"2015-01-01"
),
FleetName = "string",
DisplayName = "string",
OptimizeForEndUserLocation = TRUE|FALSE,
CompanyCode = "string",
FleetStatus = "CREATING"|"ACTIVE"|"DELETING"|"DELETED"|"FAILED_TO_CREATE"|"FAILED_TO_DELETE",
Tags = list(
"string"
)
)