Class: Aws::Types::StreamRecord
- Inherits:
-
Object
- Object
- Aws::Types::StreamRecord
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approximate_creation_date_time ⇒ ::Time
Returns the value of attribute approximate_creation_date_time.
-
#keys ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute keys.
-
#new_image ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute new_image.
-
#old_image ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute old_image.
-
#sequence_number ⇒ ::String
Returns the value of attribute sequence_number.
-
#size_bytes ⇒ ::Integer
Returns the value of attribute size_bytes.
-
#stream_view_type ⇒ "NEW_IMAGE", ...
Returns the value of attribute stream_view_type.
Instance Attribute Details
#approximate_creation_date_time ⇒ ::Time
Returns the value of attribute approximate_creation_date_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.
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.
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.
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.
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.
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.
165 166 167 |
# File 'sig/types.rbs', line 165 def stream_view_type @stream_view_type end |