paws.compute (version 0.1.0)

ec2_describe_fleet_instances: Describes the running instances for the specified EC2 Fleet

Description

Describes the running instances for the specified EC2 Fleet.

Usage

ec2_describe_fleet_instances(DryRun, MaxResults, NextToken, FleetId,
  Filters)

Arguments

DryRun

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

MaxResults

The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned NextToken value.

NextToken

The token for the next set of results.

FleetId

[required] The ID of the EC2 Fleet.

Filters

One or more filters.

  • instance-type - The instance type.

Request syntax

svc$describe_fleet_instances(
  DryRun = TRUE|FALSE,
  MaxResults = 123,
  NextToken = "string",
  FleetId = "string",
  Filters = list(
    list(
      Name = "string",
      Values = list(
        "string"
      )
    )
  )
)