Class: Aws::Types::EventResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:payload])

Instance Attribute Summary collapse

Instance Attribute Details

#payload::String

Returns the value of attribute payload.

Returns:

  • (::String)


704
705
706
# File 'sig/types.rbs', line 704

def payload
  @payload
end

#truncatedBoolean

Returns the value of attribute truncated.

Returns:

  • (Boolean)


705
706
707
# File 'sig/types.rbs', line 705

def truncated
  @truncated
end