Class: Aws::Types::Record

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_region ⇒ ::String

Returns the value of attribute aws_region.

Returns:

  • (::String)


108
109
110
# File 'sig/types.rbs', line 108

def aws_region
  @aws_region
end

#dynamodb ⇒ Types::StreamRecord

Returns the value of attribute dynamodb.

Returns:



109
110
111
# File 'sig/types.rbs', line 109

def dynamodb
  @dynamodb
end

#event_id ⇒ ::String

Returns the value of attribute event_id.

Returns:

  • (::String)


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.

Returns:

  • ("INSERT", "MODIFY", "REMOVE")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



110
111
112
# File 'sig/types.rbs', line 110

def user_identity
  @user_identity
end