Class: Aws::Types::OutputLogEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ingestion_time::Integer

Returns the value of attribute ingestion_time.

Returns:

  • (::Integer)


1630
1631
1632
# File 'sig/types.rbs', line 1630

def ingestion_time
  @ingestion_time
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1629
1630
1631
# File 'sig/types.rbs', line 1629

def message
  @message
end

#timestamp::Integer

Returns the value of attribute timestamp.

Returns:

  • (::Integer)


1628
1629
1630
# File 'sig/types.rbs', line 1628

def timestamp
  @timestamp
end