Class: Aws::Types::CheckpointDurableExecutionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CheckpointDurableExecutionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#checkpoint_token ⇒ ::String
Returns the value of attribute checkpoint_token.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#durable_execution_arn ⇒ ::String
Returns the value of attribute durable_execution_arn.
-
#updates ⇒ ::Array[Types::OperationUpdate]
Returns the value of attribute updates.
Instance Attribute Details
#checkpoint_token ⇒ ::String
Returns the value of attribute checkpoint_token.
234 235 236 |
# File 'sig/types.rbs', line 234 def checkpoint_token @checkpoint_token end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
236 237 238 |
# File 'sig/types.rbs', line 236 def client_token @client_token end |
#durable_execution_arn ⇒ ::String
Returns the value of attribute durable_execution_arn.
233 234 235 |
# File 'sig/types.rbs', line 233 def durable_execution_arn @durable_execution_arn end |
#updates ⇒ ::Array[Types::OperationUpdate]
Returns the value of attribute updates.
235 236 237 |
# File 'sig/types.rbs', line 235 def updates @updates end |