Class: Aws::Types::LogStream

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1469
1470
1471
# File 'sig/types.rbs', line 1469

def arn
  @arn
end

#creation_time::Integer

Returns the value of attribute creation_time.

Returns:

  • (::Integer)


1464
1465
1466
# File 'sig/types.rbs', line 1464

def creation_time
  @creation_time
end

#first_event_timestamp::Integer

Returns the value of attribute first_event_timestamp.

Returns:

  • (::Integer)


1465
1466
1467
# File 'sig/types.rbs', line 1465

def first_event_timestamp
  @first_event_timestamp
end

#last_event_timestamp::Integer

Returns the value of attribute last_event_timestamp.

Returns:

  • (::Integer)


1466
1467
1468
# File 'sig/types.rbs', line 1466

def last_event_timestamp
  @last_event_timestamp
end

#last_ingestion_time::Integer

Returns the value of attribute last_ingestion_time.

Returns:

  • (::Integer)


1467
1468
1469
# File 'sig/types.rbs', line 1467

def last_ingestion_time
  @last_ingestion_time
end

#log_stream_name::String

Returns the value of attribute log_stream_name.

Returns:

  • (::String)


1463
1464
1465
# File 'sig/types.rbs', line 1463

def log_stream_name
  @log_stream_name
end

#stored_bytes::Integer

Returns the value of attribute stored_bytes.

Returns:

  • (::Integer)


1470
1471
1472
# File 'sig/types.rbs', line 1470

def stored_bytes
  @stored_bytes
end

#upload_sequence_token::String

Returns the value of attribute upload_sequence_token.

Returns:

  • (::String)


1468
1469
1470
# File 'sig/types.rbs', line 1468

def upload_sequence_token
  @upload_sequence_token
end