Class: Aws::Types::DisableMetricsCollectionQuery
- Inherits:
-
Object
- Object
- Aws::Types::DisableMetricsCollectionQuery
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
-
#metrics ⇒ ::Array[::String]
Returns the value of attribute metrics.
Instance Attribute Details
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
632 633 634 |
# File 'sig/types.rbs', line 632 def auto_scaling_group_name @auto_scaling_group_name end |
#metrics ⇒ ::Array[::String]
Returns the value of attribute metrics.
633 634 635 |
# File 'sig/types.rbs', line 633 def metrics @metrics end |