ExportSnapshotRecord
public struct ExportSnapshotRecord : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the export snapshot record.
Declaration
Swift
public let arn: String? -
The date when the export snapshot record was created.
Declaration
Swift
public let createdAt: TimeStamp? -
A list of objects describing the destination of the export snapshot record.
Declaration
Swift
public let destinationInfo: DestinationInfo? -
The AWS Region and Availability Zone where the export snapshot record is located.
Declaration
Swift
public let location: ResourceLocation? -
The export snapshot record name.
Declaration
Swift
public let name: String? -
The Lightsail resource type (e.g., ExportSnapshotRecord).
Declaration
Swift
public let resourceType: ResourceType? -
A list of objects describing the source of the export snapshot record.
Declaration
Swift
public let sourceInfo: ExportSnapshotRecordSourceInfo? -
The state of the export snapshot record.
Declaration
Swift
public let state: RecordState? -
Undocumented
Declaration
Swift
public init(arn: String? = nil, createdAt: TimeStamp? = nil, destinationInfo: DestinationInfo? = nil, location: ResourceLocation? = nil, name: String? = nil, resourceType: ResourceType? = nil, sourceInfo: ExportSnapshotRecordSourceInfo? = nil, state: RecordState? = nil)
View on GitHub
ExportSnapshotRecord Structure Reference