Class: Aws::Backup::Types::DescribeReportJobOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::DescribeReportJobOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#report_job ⇒ Types::ReportJob
The information about a report job, including its completion and creation times, report destination, unique report job ID, Amazon Resource Name (ARN), report template, status, and status message.
Instance Attribute Details
#report_job ⇒ Types::ReportJob
The information about a report job, including its completion and creation times, report destination, unique report job ID, Amazon Resource Name (ARN), report template, status, and status message.
3276 3277 3278 3279 3280 |
# File 'lib/aws-sdk-backup/types.rb', line 3276 class DescribeReportJobOutput < Struct.new( :report_job) SENSITIVE = [] include Aws::Structure end |