Class: Aws::Types::ListMetricsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListMetricsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dimensions ⇒ ::Array[Types::DimensionFilter]
Returns the value of attribute dimensions.
-
#include_linked_accounts ⇒ Boolean
Returns the value of attribute include_linked_accounts.
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#owning_account ⇒ ::String
Returns the value of attribute owning_account.
-
#recently_active ⇒ "PT3H"
Returns the value of attribute recently_active.
Instance Attribute Details
#dimensions ⇒ ::Array[Types::DimensionFilter]
Returns the value of attribute dimensions.
661 662 663 |
# File 'sig/types.rbs', line 661 def dimensions @dimensions end |
#include_linked_accounts ⇒ Boolean
Returns the value of attribute include_linked_accounts.
664 665 666 |
# File 'sig/types.rbs', line 664 def include_linked_accounts @include_linked_accounts end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
660 661 662 |
# File 'sig/types.rbs', line 660 def metric_name @metric_name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
659 660 661 |
# File 'sig/types.rbs', line 659 def namespace @namespace end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
662 663 664 |
# File 'sig/types.rbs', line 662 def next_token @next_token end |
#owning_account ⇒ ::String
Returns the value of attribute owning_account.
665 666 667 |
# File 'sig/types.rbs', line 665 def owning_account @owning_account end |
#recently_active ⇒ "PT3H"
Returns the value of attribute recently_active.
663 664 665 |
# File 'sig/types.rbs', line 663 def recently_active @recently_active end |