AWSEC2DescribeScheduledInstanceAvailabilityResult
Objective-C
@interface AWSEC2DescribeScheduledInstanceAvailabilityResultSwift
class AWSEC2DescribeScheduledInstanceAvailabilityResultContains the output of DescribeScheduledInstanceAvailability.
- 
                  
                  The token required to retrieve the next set of results. This value is nullwhen there are no more results to return.DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable nextToken;Swift var nextToken: String? { get set }
- 
                  
                  Information about the available Scheduled Instances. DeclarationObjective-C @property (nonatomic, strong) NSArray<AWSEC2ScheduledInstanceAvailability *> *_Nullable scheduledInstanceAvailabilitySet;Swift var scheduledInstanceAvailabilitySet: [AWSEC2ScheduledInstanceAvailability]? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2DescribeScheduledInstanceAvailabilityResult Class Reference
        AWSEC2DescribeScheduledInstanceAvailabilityResult Class Reference