Method: Aws::Backup::Types::ReportSetting#regions

Defined in:
lib/aws-sdk-backup/types.rb

#regionsArray<String>

These are the Regions to be included in the report.

Use the wildcard as the string value to include all Regions.

Returns:



8685
8686
8687
8688
8689
8690
8691
8692
8693
8694
# File 'lib/aws-sdk-backup/types.rb', line 8685

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