AWSEC2DescribeFastLaunchImagesResult
Objective-C
@interface AWSEC2DescribeFastLaunchImagesResult
Swift
class AWSEC2DescribeFastLaunchImagesResult
-
A collection of details about the fast-launch enabled Windows images that meet the requested criteria.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2DescribeFastLaunchImagesSuccessItem *> *_Nullable fastLaunchImages;
Swift
var fastLaunchImages: [AWSEC2DescribeFastLaunchImagesSuccessItem]? { get set }
-
The token to use for 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 }