Class: Aws::Types::DescribeDBLogFilesDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_written::Integer

Returns the value of attribute last_written.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


2076
2077
2078
# File 'sig/types.rbs', line 2076

def size
  @size
end