Struct rusoto_rds::DescribeDBLogFilesDetails [] [src]

pub struct DescribeDBLogFilesDetails {
    pub last_written: Option<Long>,
    pub log_file_name: Option<String>,
    pub size: Option<Long>,
}

This data type is used as a response element to DescribeDBLogFiles.

Fields

A POSIX timestamp when the last log entry was written.

The name of the log file for the specified DB instance.

The size, in bytes, of the log file for the specified DB instance.

Trait Implementations

impl Default for DescribeDBLogFilesDetails
[src]

Returns the "default value" for a type. Read more

impl Debug for DescribeDBLogFilesDetails
[src]

Formats the value using the given formatter.

impl Clone for DescribeDBLogFilesDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more