Class: Aws::Types::StatisticsConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#included_statistics ⇒ ::Array[::String]

Returns the value of attribute included_statistics.

Returns:

  • (::Array[::String])


925
926
927
# File 'sig/types.rbs', line 925

def included_statistics
  @included_statistics
end

#overrides ⇒ ::Array[Types::StatisticOverride]

Returns the value of attribute overrides.

Returns:



926
927
928
# File 'sig/types.rbs', line 926

def overrides
  @overrides
end