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.
649 650 651 |
# File 'sig/types.rbs', line 649 def auto_scaling_group_name @auto_scaling_group_name end |
#granularity ⇒ ::String
Returns the value of attribute granularity.
651 652 653 |
# File 'sig/types.rbs', line 651 def granularity @granularity end |
#metrics ⇒ ::Array[::String]
Returns the value of attribute metrics.
650 651 652 |
# File 'sig/types.rbs', line 650 def metrics @metrics end |