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)


1632
1633
1634
# File 'sig/types.rbs', line 1632

def ingestion_time
  @ingestion_time
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


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

def message
  @message
end

#timestamp::Integer

Returns the value of attribute timestamp.

Returns:

  • (::Integer)


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

def timestamp
  @timestamp
end