Class: Aws::Types::EventInput

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)


698
699
700
# File 'sig/types.rbs', line 698

def payload
  @payload
end

#truncatedBoolean

Returns the value of attribute truncated.

Returns:

  • (Boolean)


699
700
701
# File 'sig/types.rbs', line 699

def truncated
  @truncated
end