RestoreRequest
public struct RestoreRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Lifetime of the active copy in days. Do not use with restores that specify OutputLocation.
Declaration
Swift
public let days: Int?
-
The optional description for the job.
Declaration
Swift
public let description: String?
-
S3 Glacier related parameters pertaining to this job. Do not use with restores that specify OutputLocation.
Declaration
Swift
public let glacierJobParameters: GlacierJobParameters?
-
Describes the location where the restore job’s output is stored.
Declaration
Swift
public let outputLocation: OutputLocation?
-
Describes the parameters for Select job types.
Declaration
Swift
public let selectParameters: SelectParameters?
-
S3 Glacier retrieval tier at which the restore will be processed.
Declaration
Swift
public let tier: Tier?
-
Type of restore request.
Declaration
Swift
public let type: RestoreRequestType?
-
Undocumented
Declaration
Swift
public init(days: Int? = nil, description: String? = nil, glacierJobParameters: GlacierJobParameters? = nil, outputLocation: OutputLocation? = nil, selectParameters: SelectParameters? = nil, tier: Tier? = nil, type: RestoreRequestType? = nil)
-
Declaration
Swift
public func validate(name: String) throws