Class: Aws::Types::NamedEntityDefinitionMetric
- Inherits:
-
Object
- Object
- Aws::Types::NamedEntityDefinitionMetric
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation ⇒ "SUM", ...
Returns the value of attribute aggregation.
-
#aggregation_function_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute aggregation_function_parameters.
Instance Attribute Details
#aggregation ⇒ "SUM", ...
Returns the value of attribute aggregation.
8164 8165 8166 |
# File 'sig/types.rbs', line 8164 def aggregation @aggregation end |
#aggregation_function_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute aggregation_function_parameters.
8165 8166 8167 |
# File 'sig/types.rbs', line 8165 def aggregation_function_parameters @aggregation_function_parameters end |