Class: Aws::Types::CheckpointUpdatedExecutionState
- Inherits:
-
Object
- Object
- Aws::Types::CheckpointUpdatedExecutionState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
-
#operations ⇒ ::Array[Types::Operation]
Returns the value of attribute operations.
Instance Attribute Details
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
248 249 250 |
# File 'sig/types.rbs', line 248 def next_marker @next_marker end |
#operations ⇒ ::Array[Types::Operation]
Returns the value of attribute operations.
247 248 249 |
# File 'sig/types.rbs', line 247 def operations @operations end |