Class: Aws::Backup::Types::ReportSetting

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

Overview

Contains detailed information about a report setting.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accountsArray<String>

These are the accounts to be included in the report.

Returns:

  • (Array<String>)


7074
7075
7076
7077
7078
7079
7080
7081
7082
7083
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 7074

class ReportSetting < Struct.new(
  :report_template,
  :framework_arns,
  :number_of_frameworks,
  :accounts,
  :organization_units,
  :regions)
  SENSITIVE = []
  include Aws::Structure
end

#framework_arnsArray<String>

The Amazon Resource Names (ARNs) of the frameworks a report covers.

Returns:

  • (Array<String>)


7074
7075
7076
7077
7078
7079
7080
7081
7082
7083
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 7074

class ReportSetting < Struct.new(
  :report_template,
  :framework_arns,
  :number_of_frameworks,
  :accounts,
  :organization_units,
  :regions)
  SENSITIVE = []
  include Aws::Structure
end

#number_of_frameworksInteger

The number of frameworks a report covers.

Returns:

  • (Integer)


7074
7075
7076
7077
7078
7079
7080
7081
7082
7083
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 7074

class ReportSetting < Struct.new(
  :report_template,
  :framework_arns,
  :number_of_frameworks,
  :accounts,
  :organization_units,
  :regions)
  SENSITIVE = []
  include Aws::Structure
end

#organization_unitsArray<String>

These are the Organizational Units to be included in the report.

Returns:

  • (Array<String>)


7074
7075
7076
7077
7078
7079
7080
7081
7082
7083
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 7074

class ReportSetting < Struct.new(
  :report_template,
  :framework_arns,
  :number_of_frameworks,
  :accounts,
  :organization_units,
  :regions)
  SENSITIVE = []
  include Aws::Structure
end

#regionsArray<String>

These are the Regions to be included in the report.

Returns:

  • (Array<String>)


7074
7075
7076
7077
7078
7079
7080
7081
7082
7083
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 7074

class ReportSetting < Struct.new(
  :report_template,
  :framework_arns,
  :number_of_frameworks,
  :accounts,
  :organization_units,
  :regions)
  SENSITIVE = []
  include Aws::Structure
end

#report_templateString

Identifies the report template for the report. Reports are built using a report template. The report templates are:

RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT

Returns:

  • (String)


7074
7075
7076
7077
7078
7079
7080
7081
7082
7083
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 7074

class ReportSetting < Struct.new(
  :report_template,
  :framework_arns,
  :number_of_frameworks,
  :accounts,
  :organization_units,
  :regions)
  SENSITIVE = []
  include Aws::Structure
end