ListBusinessReportSchedulesResponse
public struct ListBusinessReportSchedulesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The schedule of the reports.
Declaration
Swift
public let businessReportSchedules: [BusinessReportSchedule]?
-
The token used to list the remaining schedules from the previous API call.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(businessReportSchedules: [BusinessReportSchedule]? = nil, nextToken: String? = nil)