Method: Aws::Backup::Types::ReportSetting#accounts
- Defined in:
- lib/aws-sdk-backup/types.rb
#accounts ⇒ Array<String>
These are the accounts to be included in the report.
Use string value of ROOT to include all organizational units.
7059 7060 7061 7062 7063 7064 7065 7066 7067 7068 |
# File 'lib/aws-sdk-backup/types.rb', line 7059 class ReportSetting < Struct.new( :report_template, :framework_arns, :number_of_frameworks, :accounts, :organization_units, :regions) SENSITIVE = [] include Aws::Structure end |