AWSEC2DescribeSpotFleetInstancesResponse

Objective-C

@interface AWSEC2DescribeSpotFleetInstancesResponse

Swift

class AWSEC2DescribeSpotFleetInstancesResponse

Contains the output of DescribeSpotFleetInstances.

  • The running instances. This list is refreshed periodically and might be out of date.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2ActiveInstance *> *_Nullable activeInstances;

    Swift

    var activeInstances: [AWSEC2ActiveInstance]? { get set }
  • The token to include in another request to get the next page of items. This value is null when there are no more items to return.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable nextToken;

    Swift

    var nextToken: String? { get set }
  • The ID of the Spot Fleet request.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable spotFleetRequestId;

    Swift

    var spotFleetRequestId: String? { get set }