class Aws::Backup::Types::ReportPlan

Contains detailed information about a report plan.

@!attribute [rw] report_plan_arn

An Amazon Resource Name (ARN) that uniquely identifies a resource.
The format of the ARN depends on the resource type.
@return [String]

@!attribute [rw] report_plan_name

The unique name of the report plan. This name is between 1 and 256
characters starting with a letter, and consisting of letters (a-z,
A-Z), numbers (0-9), and underscores (\_).
@return [String]

@!attribute [rw] report_plan_description

An optional description of the report plan with a maximum 1,024
characters.
@return [String]

@!attribute [rw] report_setting

Identifies the report template for the report. Reports are built
using a report template. The report templates are:

`BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT`
@return [Types::ReportSetting]

@!attribute [rw] report_delivery_channel

Contains information about where and how to deliver your reports,
specifically your Amazon S3 bucket name, S3 key prefix, and the
formats of your reports.
@return [Types::ReportDeliveryChannel]

@!attribute [rw] deployment_status

The deployment status of a report plan. The statuses are:

`CREATE_IN_PROGRESS | UPDATE_IN_PROGRESS | DELETE_IN_PROGRESS |
COMPLETED`
@return [String]

@!attribute [rw] creation_time

The date and time that a report plan is created, in Unix format and
Coordinated Universal Time (UTC). The value of `CreationTime` is
accurate to milliseconds. For example, the value 1516925490.087
represents Friday, January 26, 2018 12:11:30.087 AM.
@return [Time]

@!attribute [rw] last_attempted_execution_time

The date and time that a report job associated with this report plan
last attempted to run, in Unix format and Coordinated Universal Time
(UTC). The value of `LastAttemptedExecutionTime` is accurate to
milliseconds. For example, the value 1516925490.087 represents
Friday, January 26, 2018 12:11:30.087 AM.
@return [Time]

@!attribute [rw] last_successful_execution_time

The date and time that a report job associated with this report plan
last successfully ran, in Unix format and Coordinated Universal Time
(UTC). The value of `LastSuccessfulExecutionTime` is accurate to
milliseconds. For example, the value 1516925490.087 represents
Friday, January 26, 2018 12:11:30.087 AM.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ReportPlan AWS API Documentation

Constants

SENSITIVE