class Aws::AlexaForBusiness::Types::UpdateBusinessReportScheduleRequest

@note When making an API call, you may pass UpdateBusinessReportScheduleRequest

data as a hash:

    {
      schedule_arn: "Arn", # required
      s3_bucket_name: "CustomerS3BucketName",
      s3_key_prefix: "S3KeyPrefix",
      format: "CSV", # accepts CSV, CSV_ZIP
      schedule_name: "BusinessReportScheduleName",
      recurrence: {
        start_date: "Date",
      },
    }

@!attribute [rw] schedule_arn

The ARN of the business report schedule.
@return [String]

@!attribute [rw] s3_bucket_name

The S3 location of the output reports.
@return [String]

@!attribute [rw] s3_key_prefix

The S3 key where the report is delivered.
@return [String]

@!attribute [rw] format

The format of the generated report (individual CSV files or zipped
files of individual files).
@return [String]

@!attribute [rw] schedule_name

The name identifier of the schedule.
@return [String]

@!attribute [rw] recurrence

The recurrence of the reports.
@return [Types::BusinessReportRecurrence]

@see docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/UpdateBusinessReportScheduleRequest AWS API Documentation

Constants

SENSITIVE