Class: Aws::Types::DataQuery
- Inherits:
-
Object
- Object
- Aws::Types::DataQuery
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ ::String
Returns the value of attribute destination.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#metric ⇒ "aggregate-latency"
Returns the value of attribute metric.
-
#period ⇒ "five-minutes", ...
Returns the value of attribute period.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#statistic ⇒ "p50"
Returns the value of attribute statistic.
Instance Attribute Details
#destination ⇒ ::String
Returns the value of attribute destination.
4045 4046 4047 |
# File 'sig/types.rbs', line 4045 def destination @destination end |
#id ⇒ ::String
Returns the value of attribute id.
4043 4044 4045 |
# File 'sig/types.rbs', line 4043 def id @id end |
#metric ⇒ "aggregate-latency"
Returns the value of attribute metric.
4046 4047 4048 |
# File 'sig/types.rbs', line 4046 def metric @metric end |
#period ⇒ "five-minutes", ...
Returns the value of attribute period.
4048 4049 4050 |
# File 'sig/types.rbs', line 4048 def period @period end |
#source ⇒ ::String
Returns the value of attribute source.
4044 4045 4046 |
# File 'sig/types.rbs', line 4044 def source @source end |
#statistic ⇒ "p50"
Returns the value of attribute statistic.
4047 4048 4049 |
# File 'sig/types.rbs', line 4047 def statistic @statistic end |