Class: Aws::Types::ReportSetting
- Inherits:
-
Object
- Object
- Aws::Types::ReportSetting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accounts ⇒ ::Array[::String]
Returns the value of attribute accounts.
-
#framework_arns ⇒ ::Array[::String]
Returns the value of attribute framework_arns.
-
#number_of_frameworks ⇒ ::Integer
Returns the value of attribute number_of_frameworks.
-
#organization_units ⇒ ::Array[::String]
Returns the value of attribute organization_units.
-
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
-
#report_template ⇒ ::String
Returns the value of attribute report_template.
Instance Attribute Details
#accounts ⇒ ::Array[::String]
Returns the value of attribute accounts.
1879 1880 1881 |
# File 'sig/types.rbs', line 1879 def accounts @accounts end |
#framework_arns ⇒ ::Array[::String]
Returns the value of attribute framework_arns.
1877 1878 1879 |
# File 'sig/types.rbs', line 1877 def framework_arns @framework_arns end |
#number_of_frameworks ⇒ ::Integer
Returns the value of attribute number_of_frameworks.
1878 1879 1880 |
# File 'sig/types.rbs', line 1878 def number_of_frameworks @number_of_frameworks end |
#organization_units ⇒ ::Array[::String]
Returns the value of attribute organization_units.
1880 1881 1882 |
# File 'sig/types.rbs', line 1880 def organization_units @organization_units end |
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
1881 1882 1883 |
# File 'sig/types.rbs', line 1881 def regions @regions end |
#report_template ⇒ ::String
Returns the value of attribute report_template.
1876 1877 1878 |
# File 'sig/types.rbs', line 1876 def report_template @report_template end |