Class: Aws::Types::LogStream
- Inherits:
-
Object
- Object
- Aws::Types::LogStream
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Integer
Returns the value of attribute creation_time.
-
#first_event_timestamp ⇒ ::Integer
Returns the value of attribute first_event_timestamp.
-
#last_event_timestamp ⇒ ::Integer
Returns the value of attribute last_event_timestamp.
-
#last_ingestion_time ⇒ ::Integer
Returns the value of attribute last_ingestion_time.
-
#log_stream_name ⇒ ::String
Returns the value of attribute log_stream_name.
-
#stored_bytes ⇒ ::Integer
Returns the value of attribute stored_bytes.
-
#upload_sequence_token ⇒ ::String
Returns the value of attribute upload_sequence_token.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1469 1470 1471 |
# File 'sig/types.rbs', line 1469 def arn @arn end |
#creation_time ⇒ ::Integer
Returns the value of attribute creation_time.
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.
1465 1466 1467 |
# File 'sig/types.rbs', line 1465 def @first_event_timestamp end |
#last_event_timestamp ⇒ ::Integer
Returns the value of attribute last_event_timestamp.
1466 1467 1468 |
# File 'sig/types.rbs', line 1466 def @last_event_timestamp end |
#last_ingestion_time ⇒ ::Integer
Returns the value of attribute last_ingestion_time.
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.
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.
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.
1468 1469 1470 |
# File 'sig/types.rbs', line 1468 def upload_sequence_token @upload_sequence_token end |