Class: Aws::Types::CustomerConnectorInfo
- Inherits:
-
Object
- Object
- Aws::Types::CustomerConnectorInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_connectors ⇒ ::Integer
Returns the value of attribute active_connectors.
-
#black_listed_connectors ⇒ ::Integer
Returns the value of attribute black_listed_connectors.
-
#healthy_connectors ⇒ ::Integer
Returns the value of attribute healthy_connectors.
-
#shutdown_connectors ⇒ ::Integer
Returns the value of attribute shutdown_connectors.
-
#total_connectors ⇒ ::Integer
Returns the value of attribute total_connectors.
-
#unhealthy_connectors ⇒ ::Integer
Returns the value of attribute unhealthy_connectors.
-
#unknown_connectors ⇒ ::Integer
Returns the value of attribute unknown_connectors.
Instance Attribute Details
#active_connectors ⇒ ::Integer
Returns the value of attribute active_connectors.
170 171 172 |
# File 'sig/types.rbs', line 170 def active_connectors @active_connectors end |
#black_listed_connectors ⇒ ::Integer
Returns the value of attribute black_listed_connectors.
172 173 174 |
# File 'sig/types.rbs', line 172 def black_listed_connectors @black_listed_connectors end |
#healthy_connectors ⇒ ::Integer
Returns the value of attribute healthy_connectors.
171 172 173 |
# File 'sig/types.rbs', line 171 def healthy_connectors @healthy_connectors end |
#shutdown_connectors ⇒ ::Integer
Returns the value of attribute shutdown_connectors.
173 174 175 |
# File 'sig/types.rbs', line 173 def shutdown_connectors @shutdown_connectors end |
#total_connectors ⇒ ::Integer
Returns the value of attribute total_connectors.
175 176 177 |
# File 'sig/types.rbs', line 175 def total_connectors @total_connectors end |
#unhealthy_connectors ⇒ ::Integer
Returns the value of attribute unhealthy_connectors.
174 175 176 |
# File 'sig/types.rbs', line 174 def unhealthy_connectors @unhealthy_connectors end |
#unknown_connectors ⇒ ::Integer
Returns the value of attribute unknown_connectors.
176 177 178 |
# File 'sig/types.rbs', line 176 def unknown_connectors @unknown_connectors end |