describeFleetInstances
inline suspend fun Ec2Client.describeFleetInstances(crossinline block: DescribeFleetInstancesRequest.Builder.() -> Unit): DescribeFleetInstancesResponse
Describes the running instances for the specified EC2 Fleet.
Currently, DescribeFleetInstances
does not support fleets of type instant
. Instead, use DescribeFleets
, specifying the instant
fleet ID in the request.
For more information, see Describe your EC2 Fleet in the Amazon EC2 User Guide.