Class: Aws::Types::ExportMetric
- Inherits:
-
Object
- Object
- Aws::Types::ExportMetric
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation ⇒ "RATE", "VOLUME"
Returns the value of attribute aggregation.
-
#name ⇒ "SEND", ...
Returns the value of attribute name.
Instance Attribute Details
#aggregation ⇒ "RATE", "VOLUME"
Returns the value of attribute aggregation.
711 712 713 |
# File 'sig/types.rbs', line 711 def aggregation @aggregation end |
#name ⇒ "SEND", ...
Returns the value of attribute name.
710 711 712 |
# File 'sig/types.rbs', line 710 def name @name end |