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.
4055 4056 4057 |
# File 'sig/types.rbs', line 4055 def destination @destination end |
#id ⇒ ::String
Returns the value of attribute id.
4053 4054 4055 |
# File 'sig/types.rbs', line 4053 def id @id end |
#metric ⇒ "aggregate-latency"
Returns the value of attribute metric.
4056 4057 4058 |
# File 'sig/types.rbs', line 4056 def metric @metric end |
#metric_points ⇒ ::Array[Types::MetricPoint]
Returns the value of attribute metric_points.
4059 4060 4061 |
# File 'sig/types.rbs', line 4059 def metric_points @metric_points end |
#period ⇒ "five-minutes", ...
Returns the value of attribute period.
4058 4059 4060 |
# File 'sig/types.rbs', line 4058 def period @period end |
#source ⇒ ::String
Returns the value of attribute source.
4054 4055 4056 |
# File 'sig/types.rbs', line 4054 def source @source end |
#statistic ⇒ "p50"
Returns the value of attribute statistic.
4057 4058 4059 |
# File 'sig/types.rbs', line 4057 def statistic @statistic end |