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

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)


3273
3274
3275
3276
3277
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 3273

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