Class: Aws::Backup::Types::StartReportJobOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-backup/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)


8188
8189
8190
8191
8192
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 8188

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