Class: Aws::Types::CustomerMeCollectorInfo
- Inherits:
-
Object
- Object
- Aws::Types::CustomerMeCollectorInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_me_collectors ⇒ ::Integer
Returns the value of attribute active_me_collectors.
-
#deny_listed_me_collectors ⇒ ::Integer
Returns the value of attribute deny_listed_me_collectors.
-
#healthy_me_collectors ⇒ ::Integer
Returns the value of attribute healthy_me_collectors.
-
#shutdown_me_collectors ⇒ ::Integer
Returns the value of attribute shutdown_me_collectors.
-
#total_me_collectors ⇒ ::Integer
Returns the value of attribute total_me_collectors.
-
#unhealthy_me_collectors ⇒ ::Integer
Returns the value of attribute unhealthy_me_collectors.
-
#unknown_me_collectors ⇒ ::Integer
Returns the value of attribute unknown_me_collectors.
Instance Attribute Details
#active_me_collectors ⇒ ::Integer
Returns the value of attribute active_me_collectors.
181 182 183 |
# File 'sig/types.rbs', line 181 def active_me_collectors @active_me_collectors end |
#deny_listed_me_collectors ⇒ ::Integer
Returns the value of attribute deny_listed_me_collectors.
183 184 185 |
# File 'sig/types.rbs', line 183 def deny_listed_me_collectors @deny_listed_me_collectors end |
#healthy_me_collectors ⇒ ::Integer
Returns the value of attribute healthy_me_collectors.
182 183 184 |
# File 'sig/types.rbs', line 182 def healthy_me_collectors @healthy_me_collectors end |
#shutdown_me_collectors ⇒ ::Integer
Returns the value of attribute shutdown_me_collectors.
184 185 186 |
# File 'sig/types.rbs', line 184 def shutdown_me_collectors @shutdown_me_collectors end |
#total_me_collectors ⇒ ::Integer
Returns the value of attribute total_me_collectors.
186 187 188 |
# File 'sig/types.rbs', line 186 def total_me_collectors @total_me_collectors end |
#unhealthy_me_collectors ⇒ ::Integer
Returns the value of attribute unhealthy_me_collectors.
185 186 187 |
# File 'sig/types.rbs', line 185 def unhealthy_me_collectors @unhealthy_me_collectors end |
#unknown_me_collectors ⇒ ::Integer
Returns the value of attribute unknown_me_collectors.
187 188 189 |
# File 'sig/types.rbs', line 187 def unknown_me_collectors @unknown_me_collectors end |