Class: Aws::Types::ConnectorOperationSummary
- Inherits:
-
Object
- Object
- Aws::Types::ConnectorOperationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#connector_operation_arn ⇒ ::String
Returns the value of attribute connector_operation_arn.
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.
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.
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.
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.
104 105 106 |
# File 'sig/types.rbs', line 104 def end_time @end_time end |