OutputLocation
public struct OutputLocation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The S3 bucket for output.
Declaration
Swift
public let s3Bucket: String?
-
The S3 folder in the s3Bucket where output files will be placed.
Declaration
Swift
public let s3Prefix: String?
-
Undocumented
Declaration
Swift
public init(s3Bucket: String? = nil, s3Prefix: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws