Class: Aws::Types::CheckpointDurableExecutionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#checkpoint_token::String

Returns the value of attribute checkpoint_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



235
236
237
# File 'sig/types.rbs', line 235

def updates
  @updates
end