Class: Aws::Backup::Types::DescribeReportJobInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::DescribeReportJobInput
- 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.
3262 3263 3264 3265 3266 |
# File 'lib/aws-sdk-backup/types.rb', line 3262 class DescribeReportJobInput < Struct.new( :report_job_id) SENSITIVE = [] include Aws::Structure end |