paws.compute (version 0.1.0)

ec2_describe_spot_fleet_instances: Describes the running instances for the specified Spot Fleet

Description

Describes the running instances for the specified Spot Fleet.

Usage

ec2_describe_spot_fleet_instances(DryRun, MaxResults, NextToken,
  SpotFleetRequestId)

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.

SpotFleetRequestId

[required] The ID of the Spot Fleet request.

Request syntax

svc$describe_spot_fleet_instances(
  DryRun = TRUE|FALSE,
  MaxResults = 123,
  NextToken = "string",
  SpotFleetRequestId = "string"
)

Examples

Run this code
# NOT RUN {
# This example lists the Spot Instances associated with the specified Spot
# fleet.
# }
# NOT RUN {
svc$describe_spot_fleet_instances(
  SpotFleetRequestId = "sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab