Class: Aws::Types::DescribeConnectorOperationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConnectorOperationResponse
- 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_operation_state ⇒ "PENDING", ...
Returns the value of attribute connector_operation_state.
-
#connector_operation_type ⇒ "UPDATE_WORKER_SETTING", ...
Returns the value of attribute connector_operation_type.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#error_info ⇒ Types::StateDescription
Returns the value of attribute error_info.
-
#operation_steps ⇒ ::Array[Types::ConnectorOperationStep]
Returns the value of attribute operation_steps.
-
#origin_connector_configuration ⇒ ::Hash[::String, ::String]
Returns the value of attribute origin_connector_configuration.
-
#origin_worker_setting ⇒ Types::WorkerSetting
Returns the value of attribute origin_worker_setting.
-
#target_connector_configuration ⇒ ::Hash[::String, ::String]
Returns the value of attribute target_connector_configuration.
-
#target_worker_setting ⇒ Types::WorkerSetting
Returns the value of attribute target_worker_setting.
Instance Attribute Details
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
275 276 277 |
# File 'sig/types.rbs', line 275 def connector_arn @connector_arn end |
#connector_operation_arn ⇒ ::String
Returns the value of attribute connector_operation_arn.
276 277 278 |
# File 'sig/types.rbs', line 276 def connector_operation_arn @connector_operation_arn end |
#connector_operation_state ⇒ "PENDING", ...
Returns the value of attribute connector_operation_state.
277 278 279 |
# File 'sig/types.rbs', line 277 def connector_operation_state @connector_operation_state end |
#connector_operation_type ⇒ "UPDATE_WORKER_SETTING", ...
Returns the value of attribute connector_operation_type.
278 279 280 |
# File 'sig/types.rbs', line 278 def connector_operation_type @connector_operation_type end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
285 286 287 |
# File 'sig/types.rbs', line 285 def creation_time @creation_time end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
286 287 288 |
# File 'sig/types.rbs', line 286 def end_time @end_time end |
#error_info ⇒ Types::StateDescription
Returns the value of attribute error_info.
284 285 286 |
# File 'sig/types.rbs', line 284 def error_info @error_info end |
#operation_steps ⇒ ::Array[Types::ConnectorOperationStep]
Returns the value of attribute operation_steps.
279 280 281 |
# File 'sig/types.rbs', line 279 def operation_steps @operation_steps end |
#origin_connector_configuration ⇒ ::Hash[::String, ::String]
Returns the value of attribute origin_connector_configuration.
281 282 283 |
# File 'sig/types.rbs', line 281 def origin_connector_configuration @origin_connector_configuration end |
#origin_worker_setting ⇒ Types::WorkerSetting
Returns the value of attribute origin_worker_setting.
280 281 282 |
# File 'sig/types.rbs', line 280 def origin_worker_setting @origin_worker_setting end |
#target_connector_configuration ⇒ ::Hash[::String, ::String]
Returns the value of attribute target_connector_configuration.
283 284 285 |
# File 'sig/types.rbs', line 283 def target_connector_configuration @target_connector_configuration end |
#target_worker_setting ⇒ Types::WorkerSetting
Returns the value of attribute target_worker_setting.
282 283 284 |
# File 'sig/types.rbs', line 282 def target_worker_setting @target_worker_setting end |