Class: Aws::Types::DataResponse
- Inherits:
-
Object
- Object
- Aws::Types::DataResponse
- 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.
-
#metric_points ⇒ ::Array[Types::MetricPoint]
Returns the value of attribute metric_points.
-
#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.
3931 3932 3933 |
# File 'sig/types.rbs', line 3931 def destination @destination end |
#id ⇒ ::String
Returns the value of attribute id.
3929 3930 3931 |
# File 'sig/types.rbs', line 3929 def id @id end |
#metric ⇒ "aggregate-latency"
Returns the value of attribute metric.
3932 3933 3934 |
# File 'sig/types.rbs', line 3932 def metric @metric end |
#metric_points ⇒ ::Array[Types::MetricPoint]
Returns the value of attribute metric_points.
3935 3936 3937 |
# File 'sig/types.rbs', line 3935 def metric_points @metric_points end |
#period ⇒ "five-minutes", ...
Returns the value of attribute period.
3934 3935 3936 |
# File 'sig/types.rbs', line 3934 def period @period end |
#source ⇒ ::String
Returns the value of attribute source.
3930 3931 3932 |
# File 'sig/types.rbs', line 3930 def source @source end |
#statistic ⇒ "p50"
Returns the value of attribute statistic.
3933 3934 3935 |
# File 'sig/types.rbs', line 3933 def statistic @statistic end |