AWSEC2DescribeLaunchTemplatesResult
Objective-C
@interface AWSEC2DescribeLaunchTemplatesResult
                Swift
class AWSEC2DescribeLaunchTemplatesResult
                - 
                  
                  
Information about the launch templates.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2LaunchTemplate *> *_Nullable launchTemplates;Swift
var launchTemplates: [AWSEC2LaunchTemplate]? { get set } - 
                  
                  
The token to use to retrieve the next page of results. This value is
nullwhen there are no more results to return.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set } 
View on GitHub
Install in Dash
        AWSEC2DescribeLaunchTemplatesResult Class Reference