Class: Aws::KCLrb::V2::ShardEndedInput Abstract
- Inherits:
-
Object
- Object
- Aws::KCLrb::V2::ShardEndedInput
- Defined in:
- lib/aws/kclrb/messages.rb
Overview
This class is abstract.
Input object forRecordProcessorBase#shard_ended method.
Instance Attribute Summary collapse
-
#checkpointer ⇒ Object
readonly
Returns the value of attribute checkpointer.
Instance Method Summary collapse
-
#initialize(checkpointer = nil) ⇒ ShardEndedInput
constructor
A new instance of ShardEndedInput.
Constructor Details
#initialize(checkpointer = nil) ⇒ ShardEndedInput
Returns a new instance of ShardEndedInput.
37 38 39 |
# File 'lib/aws/kclrb/messages.rb', line 37 def initialize(checkpointer = nil) @checkpointer = checkpointer end |
Instance Attribute Details
#checkpointer ⇒ Object (readonly)
Returns the value of attribute checkpointer.
35 36 37 |
# File 'lib/aws/kclrb/messages.rb', line 35 def checkpointer @checkpointer end |