Class: Aws::Types::DescribeDBLogFilesDetails
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDBLogFilesDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_written ⇒ ::Integer
Returns the value of attribute last_written.
-
#log_file_name ⇒ ::String
Returns the value of attribute log_file_name.
-
#size ⇒ ::Integer
Returns the value of attribute size.
Instance Attribute Details
#last_written ⇒ ::Integer
Returns the value of attribute last_written.
2075 2076 2077 |
# File 'sig/types.rbs', line 2075 def last_written @last_written end |
#log_file_name ⇒ ::String
Returns the value of attribute log_file_name.
2074 2075 2076 |
# File 'sig/types.rbs', line 2074 def log_file_name @log_file_name end |
#size ⇒ ::Integer
Returns the value of attribute size.
2076 2077 2078 |
# File 'sig/types.rbs', line 2076 def size @size end |