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

Class: Aws::AlexaForBusiness::Types::BusinessReportSchedule

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

Overview

The schedule of the usage report.

Instance Attribute Summary collapse

Instance Attribute Details

#content_rangeTypes::BusinessReportContentRange

The content range of the reports.

Returns:

#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).

#last_business_reportTypes::BusinessReport

The details of the last business report delivery for a specified time interval.

Returns:

  • (Types::BusinessReport)

    The details of the last business report delivery for a specified time interval.

#recurrenceTypes::BusinessReportRecurrence

The recurrence of the reports.

Returns:

#s3_bucket_nameString

The S3 bucket name of the output reports.

Returns:

  • (String)

    The S3 bucket name 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.