AWSEC2DescribeScheduledInstancesResult

Objective-C

@interface AWSEC2DescribeScheduledInstancesResult

Swift

class AWSEC2DescribeScheduledInstancesResult

Contains the output of DescribeScheduledInstances.

  • The token required to retrieve the next set of results. This value is null when there are no more results to return.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }
  • Information about the Scheduled Instances.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2ScheduledInstance *> *_Nullable scheduledInstanceSet;

    Swift

    var scheduledInstanceSet: [AWSEC2ScheduledInstance]? { get set }