AWSEC2InstanceExportDetails
Objective-C
@interface AWSEC2InstanceExportDetails
Swift
class AWSEC2InstanceExportDetails
Describes an instance to export.
-
The ID of the resource being exported.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable instanceId;Swift
var instanceId: String? { get set } -
The target virtualization environment.
Declaration
Objective-C
@property (nonatomic) AWSEC2ExportEnvironment targetEnvironment;Swift
var targetEnvironment: AWSEC2ExportEnvironment { get set }
View on GitHub
Install in Dash
AWSEC2InstanceExportDetails Class Reference