Class: Aws::DynamoDBStreams::EventParser::EventStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/aws/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



8
9
10
# File 'lib/aws/dynamodbstreams/event_parser.rb', line 8

def aws_region
  @aws_region
end

#dynamodbObject

Returns the value of attribute dynamodb

Returns:

  • (Object)

    the current value of dynamodb



8
9
10
# File 'lib/aws/dynamodbstreams/event_parser.rb', line 8

def dynamodb
  @dynamodb
end

#event_idObject

Returns the value of attribute event_id

Returns:

  • (Object)

    the current value of event_id



8
9
10
# File 'lib/aws/dynamodbstreams/event_parser.rb', line 8

def event_id
  @event_id
end

#event_nameObject

Returns the value of attribute event_name

Returns:

  • (Object)

    the current value of event_name



8
9
10
# File 'lib/aws/dynamodbstreams/event_parser.rb', line 8

def event_name
  @event_name
end

#event_sourceObject

Returns the value of attribute event_source

Returns:

  • (Object)

    the current value of event_source



8
9
10
# File 'lib/aws/dynamodbstreams/event_parser.rb', line 8

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



8
9
10
# File 'lib/aws/dynamodbstreams/event_parser.rb', line 8

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



8
9
10
# File 'lib/aws/dynamodbstreams/event_parser.rb', line 8

def event_version
  @event_version
end

#user_identityObject

Returns the value of attribute user_identity

Returns:

  • (Object)

    the current value of user_identity



8
9
10
# File 'lib/aws/dynamodbstreams/event_parser.rb', line 8

def user_identity
  @user_identity
end