Class: Aws::Types::InputLogEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1176
1177
1178
# File 'sig/types.rbs', line 1176

def message
  @message
end

#timestamp::Integer

Returns the value of attribute timestamp.

Returns:

  • (::Integer)


1175
1176
1177
# File 'sig/types.rbs', line 1175

def timestamp
  @timestamp
end