Class: Aws::DynamoDBStreams::EventParser::StreamRecordStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/aws/dynamodbstreams/event_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#approximate_creation_date_timeObject

Returns the value of attribute approximate_creation_date_time

Returns:

  • (Object)

    the current value of 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

#keysObject

Returns the value of attribute keys

Returns:

  • (Object)

    the current value of keys



13
14
15
# File 'lib/aws/dynamodbstreams/event_parser.rb', line 13

def keys
  @keys
end

#new_imageObject

Returns the value of attribute new_image

Returns:

  • (Object)

    the current value of new_image



13
14
15
# File 'lib/aws/dynamodbstreams/event_parser.rb', line 13

def new_image
  @new_image
end

#old_imageObject

Returns the value of attribute old_image

Returns:

  • (Object)

    the current value of old_image



13
14
15
# File 'lib/aws/dynamodbstreams/event_parser.rb', line 13

def old_image
  @old_image
end

#sequence_numberObject

Returns the value of attribute sequence_number

Returns:

  • (Object)

    the current value of sequence_number



13
14
15
# File 'lib/aws/dynamodbstreams/event_parser.rb', line 13

def sequence_number
  @sequence_number
end

#size_bytesObject

Returns the value of attribute size_bytes

Returns:

  • (Object)

    the current value of size_bytes



13
14
15
# File 'lib/aws/dynamodbstreams/event_parser.rb', line 13

def size_bytes
  @size_bytes
end

#stream_view_typeObject

Returns the value of attribute stream_view_type

Returns:

  • (Object)

    the current value of stream_view_type



13
14
15
# File 'lib/aws/dynamodbstreams/event_parser.rb', line 13

def stream_view_type
  @stream_view_type
end