BusinessReport
public struct BusinessReport : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The time of report delivery.
Declaration
Swift
public let deliveryTime: TimeStamp? -
The download link where a user can download the report.
Declaration
Swift
public let downloadUrl: String? -
The failure code.
Declaration
Swift
public let failureCode: BusinessReportFailureCode? -
The S3 location of the output reports.
Declaration
Swift
public let s3Location: BusinessReportS3Location? -
The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
Declaration
Swift
public let status: BusinessReportStatus? -
Undocumented
Declaration
Swift
public init(deliveryTime: TimeStamp? = nil, downloadUrl: String? = nil, failureCode: BusinessReportFailureCode? = nil, s3Location: BusinessReportS3Location? = nil, status: BusinessReportStatus? = nil)
View on GitHub
BusinessReport Structure Reference