Class: Aws::Types::EnableMetricsCollectionQuery
- Inherits:
-
Object
- Object
- Aws::Types::EnableMetricsCollectionQuery
- 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.
-
#granularity ⇒ ::String
Returns the value of attribute granularity.
-
#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.
655 656 657 |
# File 'sig/types.rbs', line 655 def auto_scaling_group_name @auto_scaling_group_name end |
#granularity ⇒ ::String
Returns the value of attribute granularity.
657 658 659 |
# File 'sig/types.rbs', line 657 def granularity @granularity end |
#metrics ⇒ ::Array[::String]
Returns the value of attribute metrics.
656 657 658 |
# File 'sig/types.rbs', line 656 def metrics @metrics end |