UpdateBusinessReportScheduleRequest
public struct UpdateBusinessReportScheduleRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The format of the generated report (individual CSV files or zipped files of individual files).
Declaration
Swift
public let format: BusinessReportFormat? -
The recurrence of the reports.
Declaration
Swift
public let recurrence: BusinessReportRecurrence? -
The S3 location 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? -
Undocumented
Declaration
Swift
public init(format: BusinessReportFormat? = nil, recurrence: BusinessReportRecurrence? = nil, s3BucketName: String? = nil, s3KeyPrefix: String? = nil, scheduleArn: String, scheduleName: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UpdateBusinessReportScheduleRequest Structure Reference