Class: Aws::Types::DescribeConnectorOperationResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:origin_connector_configuration, :target_connector_configuration])

Instance Attribute Summary collapse

Instance Attribute Details

#connector_arn ⇒ ::String

Returns the value of attribute connector_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("PENDING", "UPDATE_IN_PROGRESS", "UPDATE_COMPLETE", "UPDATE_FAILED", "ROLLBACK_IN_PROGRESS", "ROLLBACK_FAILED", "ROLLBACK_COMPLETE", "RESTART_IN_PROGRESS", "RESTART_COMPLETE", "RESTART_FAILED")


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.

Returns:

  • ("UPDATE_WORKER_SETTING", "UPDATE_CONNECTOR_CONFIGURATION", "ISOLATE_CONNECTOR", "RESTORE_CONNECTOR", "RESTART_CONNECTOR")


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.

Returns:

  • (::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.

Returns:

  • (::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.

Returns:



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.

Returns:

  • (::Hash[::String, ::String])


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.

Returns:

  • (::Hash[::String, ::String])


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