Class: Aws::DynamoDBStreams::EventParser::EventStruct
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDBStreams::EventParser::EventStruct
- Defined in:
- lib/aws/dynamodbstreams/event_parser.rb
Instance Attribute Summary collapse
-
#aws_region ⇒ Object
Returns the value of attribute aws_region.
-
#dynamodb ⇒ Object
Returns the value of attribute dynamodb.
-
#event_id ⇒ Object
Returns the value of attribute event_id.
-
#event_name ⇒ Object
Returns the value of attribute event_name.
-
#event_source ⇒ Object
Returns the value of attribute event_source.
-
#event_source_arn ⇒ Object
Returns the value of attribute event_source_arn.
-
#event_version ⇒ Object
Returns the value of attribute event_version.
-
#user_identity ⇒ Object
Returns the value of attribute user_identity.
Instance Attribute Details
#aws_region ⇒ Object
Returns the value of attribute aws_region
8 9 10 |
# File 'lib/aws/dynamodbstreams/event_parser.rb', line 8 def aws_region @aws_region end |
#dynamodb ⇒ Object
Returns the value of attribute dynamodb
8 9 10 |
# File 'lib/aws/dynamodbstreams/event_parser.rb', line 8 def dynamodb @dynamodb end |
#event_id ⇒ Object
Returns the value of attribute event_id
8 9 10 |
# File 'lib/aws/dynamodbstreams/event_parser.rb', line 8 def event_id @event_id end |
#event_name ⇒ Object
Returns the value of attribute event_name
8 9 10 |
# File 'lib/aws/dynamodbstreams/event_parser.rb', line 8 def event_name @event_name end |
#event_source ⇒ Object
Returns the value of attribute event_source
8 9 10 |
# File 'lib/aws/dynamodbstreams/event_parser.rb', line 8 def event_source @event_source end |
#event_source_arn ⇒ Object
Returns the value of attribute event_source_arn
8 9 10 |
# File 'lib/aws/dynamodbstreams/event_parser.rb', line 8 def event_source_arn @event_source_arn end |
#event_version ⇒ Object
Returns the value of attribute event_version
8 9 10 |
# File 'lib/aws/dynamodbstreams/event_parser.rb', line 8 def event_version @event_version end |
#user_identity ⇒ Object
Returns the value of attribute user_identity
8 9 10 |
# File 'lib/aws/dynamodbstreams/event_parser.rb', line 8 def user_identity @user_identity end |