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.
3921 3922 3923 |
# File 'sig/types.rbs', line 3921 def destination @destination end |
#id ⇒ ::String
Returns the value of attribute id.
3919 3920 3921 |
# File 'sig/types.rbs', line 3919 def id @id end |
#metric ⇒ "aggregate-latency"
Returns the value of attribute metric.
3922 3923 3924 |
# File 'sig/types.rbs', line 3922 def metric @metric end |
#period ⇒ "five-minutes", ...
Returns the value of attribute period.
3924 3925 3926 |
# File 'sig/types.rbs', line 3924 def period @period end |
#source ⇒ ::String
Returns the value of attribute source.
3920 3921 3922 |
# File 'sig/types.rbs', line 3920 def source @source end |
#statistic ⇒ "p50"
Returns the value of attribute statistic.
3923 3924 3925 |
# File 'sig/types.rbs', line 3923 def statistic @statistic end |