InstanceSnapshotInfo
public struct InstanceSnapshotInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The blueprint ID from which the source instance (e.g., os_debian_8_3).
Declaration
Swift
public let fromBlueprintId: String? -
The bundle ID from which the source instance was created (e.g., micro_1_0).
Declaration
Swift
public let fromBundleId: String? -
A list of objects describing the disks that were attached to the source instance.
Declaration
Swift
public let fromDiskInfo: [DiskInfo]? -
Undocumented
Declaration
Swift
public init(fromBlueprintId: String? = nil, fromBundleId: String? = nil, fromDiskInfo: [DiskInfo]? = nil)
View on GitHub
InstanceSnapshotInfo Structure Reference