class Aws::CloudWatchLogs::Types::LogStream

Represents a log stream, which is a sequence of log events from a single emitter of logs.

@!attribute [rw] log_stream_name

The name of the log stream.
@return [String]

@!attribute [rw] creation_time

The creation time of the stream, expressed as the number of
milliseconds after Jan 1, 1970 00:00:00 UTC.
@return [Integer]

@!attribute [rw] first_event_timestamp

The time of the first event, expressed as the number of milliseconds
after Jan 1, 1970 00:00:00 UTC.
@return [Integer]

@!attribute [rw] last_event_timestamp

The time of the most recent log event in the log stream in
CloudWatch Logs. This number is expressed as the number of
milliseconds after Jan 1, 1970 00:00:00 UTC. The `lastEventTime`
value updates on an eventual consistency basis. It typically updates
in less than an hour from ingestion, but in rare situations might
take longer.
@return [Integer]

@!attribute [rw] last_ingestion_time

The ingestion time, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC.
@return [Integer]

@!attribute [rw] upload_sequence_token

The sequence token.
@return [String]

@!attribute [rw] arn

The Amazon Resource Name (ARN) of the log stream.
@return [String]

@!attribute [rw] stored_bytes

The number of bytes stored.

**Important:** On June 17, 2019, this parameter was deprecated for
log streams, and is always reported as zero. This change applies
only to log streams. The `storedBytes` parameter for log groups is
not affected.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/LogStream AWS API Documentation

Constants

SENSITIVE