Class: Aws::Types::GetMetricDataOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetMetricDataOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#messages ⇒ ::Array[Types::MessageData]
Returns the value of attribute messages.
-
#metric_data_results ⇒ ::Array[Types::MetricDataResult]
Returns the value of attribute metric_data_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#messages ⇒ ::Array[Types::MessageData]
Returns the value of attribute messages.
456 457 458 |
# File 'sig/types.rbs', line 456 def @messages end |
#metric_data_results ⇒ ::Array[Types::MetricDataResult]
Returns the value of attribute metric_data_results.
454 455 456 |
# File 'sig/types.rbs', line 454 def metric_data_results @metric_data_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
455 456 457 |
# File 'sig/types.rbs', line 455 def next_token @next_token end |