RestoreObjectOutput
public struct RestoreObjectOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let requestCharged: RequestCharged?
-
Indicates the path in the provided S3 output location where Select results will be restored to.
Declaration
Swift
public let restoreOutputPath: String?
-
Undocumented
Declaration
Swift
public init(requestCharged: RequestCharged? = nil, restoreOutputPath: String? = nil)