Class: Aws::Types::SendEventRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Hash[::String, ::String]

Returns the value of attribute attributes.

Returns:

  • (::Hash[::String, ::String])


269
270
271
# File 'sig/types.rbs', line 269

def attributes
  @attributes
end

#event_name::String

Returns the value of attribute event_name.

Returns:

  • (::String)


268
269
270
# File 'sig/types.rbs', line 268

def event_name
  @event_name
end

#room_identifier::String

Returns the value of attribute room_identifier.

Returns:

  • (::String)


267
268
269
# File 'sig/types.rbs', line 267

def room_identifier
  @room_identifier
end