AWSEC2FastLaunchLaunchTemplateSpecificationResponse
Objective-C
@interface AWSEC2FastLaunchLaunchTemplateSpecificationResponse
Swift
class AWSEC2FastLaunchLaunchTemplateSpecificationResponse
Identifies the launch template that the AMI uses for Windows fast launch.
-
The ID of the launch template that the AMI uses for Windows fast launch.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable launchTemplateId;
Swift
var launchTemplateId: String? { get set }
-
The name of the launch template that the AMI uses for Windows fast launch.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable launchTemplateName;
Swift
var launchTemplateName: String? { get set }
-
The version of the launch template that the AMI uses for Windows fast launch.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable version;
Swift
var version: String? { get set }