Class: Aws::Types::StreamRecord

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#approximate_creation_date_time ⇒ ::Time

Returns the value of attribute approximate_creation_date_time.

Returns:

  • (::Time)


159
160
161
# File 'sig/types.rbs', line 159

def approximate_creation_date_time
  @approximate_creation_date_time
end

#keys ⇒ ::Hash[::String, Types::AttributeValue]

Returns the value of attribute keys.

Returns:



160
161
162
# File 'sig/types.rbs', line 160

def keys
  @keys
end

#new_image ⇒ ::Hash[::String, Types::AttributeValue]

Returns the value of attribute new_image.

Returns:



161
162
163
# File 'sig/types.rbs', line 161

def new_image
  @new_image
end

#old_image ⇒ ::Hash[::String, Types::AttributeValue]

Returns the value of attribute old_image.

Returns:



162
163
164
# File 'sig/types.rbs', line 162

def old_image
  @old_image
end

#sequence_number ⇒ ::String

Returns the value of attribute sequence_number.

Returns:

  • (::String)


163
164
165
# File 'sig/types.rbs', line 163

def sequence_number
  @sequence_number
end

#size_bytes ⇒ ::Integer

Returns the value of attribute size_bytes.

Returns:

  • (::Integer)


164
165
166
# File 'sig/types.rbs', line 164

def size_bytes
  @size_bytes
end

#stream_view_type ⇒ "NEW_IMAGE", ...

Returns the value of attribute stream_view_type.

Returns:

  • ("NEW_IMAGE", "OLD_IMAGE", "NEW_AND_OLD_IMAGES", "KEYS_ONLY")


165
166
167
# File 'sig/types.rbs', line 165

def stream_view_type
  @stream_view_type
end