You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AlexaForBusiness::Types::UpdateBusinessReportScheduleRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateBusinessReportScheduleRequest as input to an Aws::Client method, you can use a vanilla 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",
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#formatString

The format of the generated report (individual CSV files or zipped files of individual files).

Possible values:

  • CSV
  • CSV_ZIP

Returns:

  • (String)

    The format of the generated report (individual CSV files or zipped files of individual files).

#recurrenceTypes::BusinessReportRecurrence

The recurrence of the reports.

Returns:

#s3_bucket_nameString

The S3 location of the output reports.

Returns:

  • (String)

    The S3 location of the output reports.

#s3_key_prefixString

The S3 key where the report is delivered.

Returns:

  • (String)

    The S3 key where the report is delivered.

#schedule_arnString

The ARN of the business report schedule.

Returns:

  • (String)

    The ARN of the business report schedule.

#schedule_nameString

The name identifier of the schedule.

Returns:

  • (String)

    The name identifier of the schedule.