Class: Aws::Types::DeleteConnectorResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteConnectorResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
-
#connector_state ⇒ "RUNNING", ...
Returns the value of attribute connector_state.
Instance Attribute Details
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
242 243 244 |
# File 'sig/types.rbs', line 242 def connector_arn @connector_arn end |
#connector_state ⇒ "RUNNING", ...
Returns the value of attribute connector_state.
243 244 245 |
# File 'sig/types.rbs', line 243 def connector_state @connector_state end |