BusinessReportS3Location
public struct BusinessReportS3Location : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The S3 bucket name of the output reports.
Declaration
Swift
public let bucketName: String?
-
The path of the business report.
Declaration
Swift
public let path: String?
-
Undocumented
Declaration
Swift
public init(bucketName: String? = nil, path: String? = nil)