Class: Aws::Types::StatisticOverride
- Inherits:
-
Object
- Object
- Aws::Types::StatisticOverride
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
-
#statistic ⇒ ::String
Returns the value of attribute statistic.
Instance Attribute Details
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
920 921 922 |
# File 'sig/types.rbs', line 920 def parameters @parameters end |
#statistic ⇒ ::String
Returns the value of attribute statistic.
919 920 921 |
# File 'sig/types.rbs', line 919 def statistic @statistic end |