OutputLocation
public struct OutputLocation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Describes an S3 location that will receive the results of the restore request.
Declaration
Swift
public let s3: S3Location? -
Undocumented
Declaration
Swift
public init(s3: S3Location? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
OutputLocation Structure Reference