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
- Struct
- Aws::AlexaForBusiness::Types::BusinessReport
- Defined in:
- (unknown)
Overview
Usage report with specified parameters.
Returned by:
Instance Attribute Summary collapse
-
#delivery_time ⇒ Time
The time of report delivery.
-
#download_url ⇒ String
The download link where a user can download the report.
-
#failure_code ⇒ String
The failure code.
-
#s3_location ⇒ Types::BusinessReportS3Location
The S3 location of the output reports.
-
#status ⇒ String
The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
Instance Attribute Details
#delivery_time ⇒ Time
The time of report delivery.
#download_url ⇒ String
The download link where a user can download the report.
#failure_code ⇒ String
The failure code.
Possible values:
- ACCESS_DENIED
- NO_SUCH_BUCKET
- INTERNAL_FAILURE
#s3_location ⇒ Types::BusinessReportS3Location
The S3 location of the output reports.
#status ⇒ String
The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
Possible values:
- RUNNING
- SUCCEEDED
- FAILED