Class: Aws::Types::RestartConnectorResponse
- Inherits:
-
Object
- Object
- Aws::Types::RestartConnectorResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
-
#connector_operation_arn ⇒ ::String
Returns the value of attribute connector_operation_arn.
Instance Attribute Details
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
512 513 514 |
# File 'sig/types.rbs', line 512 def connector_arn @connector_arn end |
#connector_operation_arn ⇒ ::String
Returns the value of attribute connector_operation_arn.
513 514 515 |
# File 'sig/types.rbs', line 513 def connector_operation_arn @connector_operation_arn end |