Class: Aws::Backup::Types::DescribeReportJobInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-backup/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#report_job_idString

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.

Returns:

  • (String)


3304
3305
3306
3307
3308
# File 'lib/aws-sdk-backup/types.rb', line 3304

class DescribeReportJobInput < Struct.new(
  :report_job_id)
  SENSITIVE = []
  include Aws::Structure
end