Class: Aws::Types::ConnectorOperationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connector_operation_arn::String

Returns the value of attribute connector_operation_arn.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

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")


102
103
104
# File 'sig/types.rbs', line 102

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")


101
102
103
# File 'sig/types.rbs', line 101

def connector_operation_type
  @connector_operation_type
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


103
104
105
# File 'sig/types.rbs', line 103

def creation_time
  @creation_time
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


104
105
106
# File 'sig/types.rbs', line 104

def end_time
  @end_time
end