Class: Unity::DynamoDBStreams::EventParser::StreamRecordStruct
- Inherits:
-
Struct
- Object
- Struct
- Unity::DynamoDBStreams::EventParser::StreamRecordStruct
- Defined in:
- lib/unity/dynamodbstreams/event_parser.rb
Instance Attribute Summary collapse
-
#approximate_creation_date_time ⇒ Object
Returns the value of attribute approximate_creation_date_time.
-
#keys ⇒ Object
Returns the value of attribute keys.
-
#new_image ⇒ Object
Returns the value of attribute new_image.
-
#old_image ⇒ Object
Returns the value of attribute old_image.
-
#sequence_number ⇒ Object
Returns the value of attribute sequence_number.
-
#size_bytes ⇒ Object
Returns the value of attribute size_bytes.
-
#stream_view_type ⇒ Object
Returns the value of attribute stream_view_type.
Instance Attribute Details
#approximate_creation_date_time ⇒ Object
Returns the value of attribute approximate_creation_date_time
14 15 16 |
# File 'lib/unity/dynamodbstreams/event_parser.rb', line 14 def approximate_creation_date_time @approximate_creation_date_time end |
#keys ⇒ Object
Returns the value of attribute keys
14 15 16 |
# File 'lib/unity/dynamodbstreams/event_parser.rb', line 14 def keys @keys end |
#new_image ⇒ Object
Returns the value of attribute new_image
14 15 16 |
# File 'lib/unity/dynamodbstreams/event_parser.rb', line 14 def new_image @new_image end |
#old_image ⇒ Object
Returns the value of attribute old_image
14 15 16 |
# File 'lib/unity/dynamodbstreams/event_parser.rb', line 14 def old_image @old_image end |
#sequence_number ⇒ Object
Returns the value of attribute sequence_number
14 15 16 |
# File 'lib/unity/dynamodbstreams/event_parser.rb', line 14 def sequence_number @sequence_number end |
#size_bytes ⇒ Object
Returns the value of attribute size_bytes
14 15 16 |
# File 'lib/unity/dynamodbstreams/event_parser.rb', line 14 def size_bytes @size_bytes end |
#stream_view_type ⇒ Object
Returns the value of attribute stream_view_type
14 15 16 |
# File 'lib/unity/dynamodbstreams/event_parser.rb', line 14 def stream_view_type @stream_view_type end |