Class: Aws::Types::Record
- Inherits:
-
Object
- Object
- Aws::Types::Record
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
-
#dynamodb ⇒ Types::StreamRecord
Returns the value of attribute dynamodb.
-
#event_id ⇒ ::String
Returns the value of attribute event_id.
-
#event_name ⇒ "INSERT", ...
Returns the value of attribute event_name.
-
#event_source ⇒ ::String
Returns the value of attribute event_source.
-
#event_version ⇒ ::String
Returns the value of attribute event_version.
-
#user_identity ⇒ Types::Identity
Returns the value of attribute user_identity.
Instance Attribute Details
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
108 109 110 |
# File 'sig/types.rbs', line 108 def aws_region @aws_region end |
#dynamodb ⇒ Types::StreamRecord
Returns the value of attribute dynamodb.
109 110 111 |
# File 'sig/types.rbs', line 109 def dynamodb @dynamodb end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
104 105 106 |
# File 'sig/types.rbs', line 104 def event_id @event_id end |
#event_name ⇒ "INSERT", ...
Returns the value of attribute event_name.
105 106 107 |
# File 'sig/types.rbs', line 105 def event_name @event_name end |
#event_source ⇒ ::String
Returns the value of attribute event_source.
107 108 109 |
# File 'sig/types.rbs', line 107 def event_source @event_source end |
#event_version ⇒ ::String
Returns the value of attribute event_version.
106 107 108 |
# File 'sig/types.rbs', line 106 def event_version @event_version end |
#user_identity ⇒ Types::Identity
Returns the value of attribute user_identity.
110 111 112 |
# File 'sig/types.rbs', line 110 def user_identity @user_identity end |