Class: Aws::KCLrb::V2::ShutdownRequestedInput Abstract

Inherits:
Object
  • Object
show all
Defined in:
lib/aws/kclrb/messages.rb

Overview

This class is abstract.

Input object for RecordProcessorBase#shutdown_requested method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(checkpointer = nil) ⇒ ShutdownRequestedInput

Returns a new instance of ShutdownRequestedInput.



47
48
49
# File 'lib/aws/kclrb/messages.rb', line 47

def initialize(checkpointer = nil)
  @checkpointer = checkpointer
end

Instance Attribute Details

#checkpointerObject (readonly)

Returns the value of attribute checkpointer.



45
46
47
# File 'lib/aws/kclrb/messages.rb', line 45

def checkpointer
  @checkpointer
end