ExportSnapshotRecordSourceInfo
public struct ExportSnapshotRecordSourceInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the source instance or disk snapshot.
Declaration
Swift
public let arn: String? -
The date when the source instance or disk snapshot was created.
Declaration
Swift
public let createdAt: TimeStamp? -
A list of objects describing a disk snapshot.
Declaration
Swift
public let diskSnapshotInfo: DiskSnapshotInfo? -
The Amazon Resource Name (ARN) of the snapshot’s source instance or disk.
Declaration
Swift
public let fromResourceArn: String? -
The name of the snapshot’s source instance or disk.
Declaration
Swift
public let fromResourceName: String? -
A list of objects describing an instance snapshot.
Declaration
Swift
public let instanceSnapshotInfo: InstanceSnapshotInfo? -
The name of the source instance or disk snapshot.
Declaration
Swift
public let name: String? -
The Lightsail resource type (e.g., InstanceSnapshot or DiskSnapshot).
Declaration
Swift
public let resourceType: ExportSnapshotRecordSourceType? -
init(arn:createdAt:diskSnapshotInfo:fromResourceArn:fromResourceName:instanceSnapshotInfo:name:resourceType:)Undocumented
Declaration
Swift
public init(arn: String? = nil, createdAt: TimeStamp? = nil, diskSnapshotInfo: DiskSnapshotInfo? = nil, fromResourceArn: String? = nil, fromResourceName: String? = nil, instanceSnapshotInfo: InstanceSnapshotInfo? = nil, name: String? = nil, resourceType: ExportSnapshotRecordSourceType? = nil)
View on GitHub
ExportSnapshotRecordSourceInfo Structure Reference