AWSEC2DescribeScheduledInstanceAvailabilityResult
Objective-C
@interface AWSEC2DescribeScheduledInstanceAvailabilityResult
Swift
class AWSEC2DescribeScheduledInstanceAvailabilityResult
Contains the output of DescribeScheduledInstanceAvailability.
-
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 available Scheduled Instances.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2ScheduledInstanceAvailability *> *_Nullable scheduledInstanceAvailabilitySet;
Swift
var scheduledInstanceAvailabilitySet: [AWSEC2ScheduledInstanceAvailability]? { get set }