Class: Aws::Types::UpdateConnectorResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConnectorResponse
- 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.
-
#connector_state ⇒ "RUNNING", ...
Returns the value of attribute connector_state.
Instance Attribute Details
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
623 624 625 |
# File 'sig/types.rbs', line 623 def connector_arn @connector_arn end |
#connector_operation_arn ⇒ ::String
Returns the value of attribute connector_operation_arn.
625 626 627 |
# File 'sig/types.rbs', line 625 def connector_operation_arn @connector_operation_arn end |
#connector_state ⇒ "RUNNING", ...
Returns the value of attribute connector_state.
624 625 626 |
# File 'sig/types.rbs', line 624 def connector_state @connector_state end |