Class: Unity::DynamoDBStreams::EventParser::EventStruct

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

Instance Attribute Summary collapse

Instance Attribute Details

#aws_regionObject

Returns the value of attribute aws_region

Returns:

  • (Object)

    the current value of aws_region



9
10
11
# File 'lib/unity/dynamodbstreams/event_parser.rb', line 9

def aws_region
  @aws_region
end

#dynamodbObject

Returns the value of attribute dynamodb

Returns:

  • (Object)

    the current value of dynamodb



9
10
11
# File 'lib/unity/dynamodbstreams/event_parser.rb', line 9

def dynamodb
  @dynamodb
end

#event_idObject

Returns the value of attribute event_id

Returns:

  • (Object)

    the current value of event_id



9
10
11
# File 'lib/unity/dynamodbstreams/event_parser.rb', line 9

def event_id
  @event_id
end

#event_nameObject

Returns the value of attribute event_name

Returns:

  • (Object)

    the current value of event_name



9
10
11
# File 'lib/unity/dynamodbstreams/event_parser.rb', line 9

def event_name
  @event_name
end

#event_sourceObject

Returns the value of attribute event_source

Returns:

  • (Object)

    the current value of event_source



9
10
11
# File 'lib/unity/dynamodbstreams/event_parser.rb', line 9

def event_source
  @event_source
end

#event_source_arnObject

Returns the value of attribute event_source_arn

Returns:

  • (Object)

    the current value of event_source_arn



9
10
11
# File 'lib/unity/dynamodbstreams/event_parser.rb', line 9

def event_source_arn
  @event_source_arn
end

#event_versionObject

Returns the value of attribute event_version

Returns:

  • (Object)

    the current value of event_version



9
10
11
# File 'lib/unity/dynamodbstreams/event_parser.rb', line 9

def event_version
  @event_version
end

#user_identityObject

Returns the value of attribute user_identity

Returns:

  • (Object)

    the current value of user_identity



9
10
11
# File 'lib/unity/dynamodbstreams/event_parser.rb', line 9

def user_identity
  @user_identity
end