Class: Aws::Types::ReportSetting

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accounts::Array[::String]

Returns the value of attribute accounts.

Returns:

  • (::Array[::String])


1879
1880
1881
# File 'sig/types.rbs', line 1879

def accounts
  @accounts
end

#framework_arns::Array[::String]

Returns the value of attribute framework_arns.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Array[::String])


1880
1881
1882
# File 'sig/types.rbs', line 1880

def organization_units
  @organization_units
end

#regions::Array[::String]

Returns the value of attribute regions.

Returns:

  • (::Array[::String])


1881
1882
1883
# File 'sig/types.rbs', line 1881

def regions
  @regions
end

#report_template::String

Returns the value of attribute report_template.

Returns:

  • (::String)


1876
1877
1878
# File 'sig/types.rbs', line 1876

def report_template
  @report_template
end