BusinessReportSchedule
public struct BusinessReportSchedule : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The content range of the reports.
Declaration
Swift
public let contentRange: BusinessReportContentRange?
-
The format of the generated report (individual CSV files or zipped files of individual files).
Declaration
Swift
public let format: BusinessReportFormat?
-
The details of the last business report delivery for a specified time interval.
Declaration
Swift
public let lastBusinessReport: BusinessReport?
-
The recurrence of the reports.
Declaration
Swift
public let recurrence: BusinessReportRecurrence?
-
The S3 bucket name of the output reports.
Declaration
Swift
public let s3BucketName: String?
-
The S3 key where the report is delivered.
Declaration
Swift
public let s3KeyPrefix: String?
-
The ARN of the business report schedule.
Declaration
Swift
public let scheduleArn: String?
-
The name identifier of the schedule.
Declaration
Swift
public let scheduleName: String?
-
init(contentRange:format:lastBusinessReport:recurrence:s3BucketName:s3KeyPrefix:scheduleArn:scheduleName:)
Undocumented
Declaration
Swift
public init(contentRange: BusinessReportContentRange? = nil, format: BusinessReportFormat? = nil, lastBusinessReport: BusinessReport? = nil, recurrence: BusinessReportRecurrence? = nil, s3BucketName: String? = nil, s3KeyPrefix: String? = nil, scheduleArn: String? = nil, scheduleName: String? = nil)