Class: Aws::DynamoDBStreams::EventParser::StreamRecordStruct
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDBStreams::EventParser::StreamRecordStruct
- Defined in:
- lib/aws/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
13 14 15 |
# File 'lib/aws/dynamodbstreams/event_parser.rb', line 13 def approximate_creation_date_time @approximate_creation_date_time end |
#keys ⇒ Object
Returns the value of attribute keys
13 14 15 |
# File 'lib/aws/dynamodbstreams/event_parser.rb', line 13 def keys @keys end |
#new_image ⇒ Object
Returns the value of attribute new_image
13 14 15 |
# File 'lib/aws/dynamodbstreams/event_parser.rb', line 13 def new_image @new_image end |
#old_image ⇒ Object
Returns the value of attribute old_image
13 14 15 |
# File 'lib/aws/dynamodbstreams/event_parser.rb', line 13 def old_image @old_image end |
#sequence_number ⇒ Object
Returns the value of attribute sequence_number
13 14 15 |
# File 'lib/aws/dynamodbstreams/event_parser.rb', line 13 def sequence_number @sequence_number end |
#size_bytes ⇒ Object
Returns the value of attribute size_bytes
13 14 15 |
# File 'lib/aws/dynamodbstreams/event_parser.rb', line 13 def size_bytes @size_bytes end |
#stream_view_type ⇒ Object
Returns the value of attribute stream_view_type
13 14 15 |
# File 'lib/aws/dynamodbstreams/event_parser.rb', line 13 def stream_view_type @stream_view_type end |