Class: Aws::Types::ContainerMonitoringConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ContainerMonitoringConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_filters ⇒ ::Array[Types::ContainerAttribute]
Returns the value of attribute attribute_filters.
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
Instance Attribute Details
#attribute_filters ⇒ ::Array[Types::ContainerAttribute]
Returns the value of attribute attribute_filters.
174 175 176 |
# File 'sig/types.rbs', line 174 def attribute_filters @attribute_filters end |
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
173 174 175 |
# File 'sig/types.rbs', line 173 def cluster_arn @cluster_arn end |