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.
4095 4096 4097 |
# File 'sig/types.rbs', line 4095 def destination @destination end |
#id ⇒ ::String
Returns the value of attribute id.
4093 4094 4095 |
# File 'sig/types.rbs', line 4093 def id @id end |
#metric ⇒ "aggregate-latency"
Returns the value of attribute metric.
4096 4097 4098 |
# File 'sig/types.rbs', line 4096 def metric @metric end |
#period ⇒ "five-minutes", ...
Returns the value of attribute period.
4098 4099 4100 |
# File 'sig/types.rbs', line 4098 def period @period end |
#source ⇒ ::String
Returns the value of attribute source.
4094 4095 4096 |
# File 'sig/types.rbs', line 4094 def source @source end |
#statistic ⇒ "p50"
Returns the value of attribute statistic.
4097 4098 4099 |
# File 'sig/types.rbs', line 4097 def statistic @statistic end |