Class: Aws::Backup::Types::StartReportJobOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::StartReportJobOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#report_job_id ⇒ String
The identifier of the report job.
Instance Attribute Details
#report_job_id ⇒ String
The identifier of the report job. A unique, randomly generated, Unicode, UTF-8 encoded string that is at most 1,024 bytes long. The report job ID cannot be edited.
8219 8220 8221 8222 8223 |
# File 'lib/aws-sdk-backup/types.rb', line 8219 class StartReportJobOutput < Struct.new( :report_job_id) SENSITIVE = [] include Aws::Structure end |