ImportInstanceRequest
public struct ImportInstanceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A description for the instance being imported.
Declaration
Swift
public let description: String?
-
The disk image.
Declaration
Swift
public let diskImages: [DiskImage]?
-
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
Declaration
Swift
public let dryRun: Bool?
-
The launch specification.
Declaration
Swift
public let launchSpecification: ImportInstanceLaunchSpecification?
-
The instance operating system.
Declaration
Swift
public let platform: PlatformValues
-
Undocumented
Declaration
Swift
public init(description: String? = nil, diskImages: [DiskImage]? = nil, dryRun: Bool? = nil, launchSpecification: ImportInstanceLaunchSpecification? = nil, platform: PlatformValues)