Class: Aws::Types::RestartConnectorRequest
- Inherits:
-
Object
- Object
- Aws::Types::RestartConnectorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
-
#only_failed_tasks ⇒ Boolean
Returns the value of attribute only_failed_tasks.
Instance Attribute Details
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
506 507 508 |
# File 'sig/types.rbs', line 506 def connector_arn @connector_arn end |
#only_failed_tasks ⇒ Boolean
Returns the value of attribute only_failed_tasks.
507 508 509 |
# File 'sig/types.rbs', line 507 def only_failed_tasks @only_failed_tasks end |