Class: Aws::Types::GetCurrentMetricDataResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCurrentMetricDataResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approximate_total_count ⇒ ::Integer
Returns the value of attribute approximate_total_count.
-
#data_snapshot_time ⇒ ::Time
Returns the value of attribute data_snapshot_time.
-
#metric_results ⇒ ::Array[Types::CurrentMetricResult]
Returns the value of attribute metric_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#approximate_total_count ⇒ ::Integer
Returns the value of attribute approximate_total_count.
4192 4193 4194 |
# File 'sig/types.rbs', line 4192 def approximate_total_count @approximate_total_count end |
#data_snapshot_time ⇒ ::Time
Returns the value of attribute data_snapshot_time.
4191 4192 4193 |
# File 'sig/types.rbs', line 4191 def data_snapshot_time @data_snapshot_time end |
#metric_results ⇒ ::Array[Types::CurrentMetricResult]
Returns the value of attribute metric_results.
4190 4191 4192 |
# File 'sig/types.rbs', line 4190 def metric_results @metric_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4189 4190 4191 |
# File 'sig/types.rbs', line 4189 def next_token @next_token end |