Class: Aws::Types::ListMetricsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListMetricsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metrics ⇒ ::Array[Types::Metric]
Returns the value of attribute metrics.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#owning_accounts ⇒ ::Array[::String]
Returns the value of attribute owning_accounts.
Instance Attribute Details
#metrics ⇒ ::Array[Types::Metric]
Returns the value of attribute metrics.
670 671 672 |
# File 'sig/types.rbs', line 670 def metrics @metrics end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
671 672 673 |
# File 'sig/types.rbs', line 671 def next_token @next_token end |
#owning_accounts ⇒ ::Array[::String]
Returns the value of attribute owning_accounts.
672 673 674 |
# File 'sig/types.rbs', line 672 def owning_accounts @owning_accounts end |