Class: Aws::Types::LiveTailSessionLogEvent

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)


1386
1387
1388
# File 'sig/types.rbs', line 1386

def ingestion_time
  @ingestion_time
end

#log_group_identifier::String

Returns the value of attribute log_group_identifier.

Returns:

  • (::String)


1383
1384
1385
# File 'sig/types.rbs', line 1383

def log_group_identifier
  @log_group_identifier
end

#log_stream_name::String

Returns the value of attribute log_stream_name.

Returns:

  • (::String)


1382
1383
1384
# File 'sig/types.rbs', line 1382

def log_stream_name
  @log_stream_name
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1384
1385
1386
# File 'sig/types.rbs', line 1384

def message
  @message
end

#timestamp::Integer

Returns the value of attribute timestamp.

Returns:

  • (::Integer)


1385
1386
1387
# File 'sig/types.rbs', line 1385

def timestamp
  @timestamp
end