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

Class: Aws::AlexaForBusiness::Types::BusinessReport

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

Overview

Usage report with specified parameters.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_timeTime

The time of report delivery.

Returns:

  • (Time)

    The time of report delivery.

#download_urlString

The download link where a user can download the report.

Returns:

  • (String)

    The download link where a user can download the report.

#failure_codeString

The failure code.

Possible values:

  • ACCESS_DENIED
  • NO_SUCH_BUCKET
  • INTERNAL_FAILURE

Returns:

  • (String)

    The failure code.

#s3_locationTypes::BusinessReportS3Location

The S3 location of the output reports.

Returns:

#statusString

The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).

Possible values:

  • RUNNING
  • SUCCEEDED
  • FAILED

Returns:

  • (String)

    The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).