Struct aws_sdk_rds::model::DescribeDbLogFilesDetails
source · [−]#[non_exhaustive]pub struct DescribeDbLogFilesDetails { /* private fields */ }Expand description
This data type is used as a response element to DescribeDBLogFiles.
Implementations
sourceimpl DescribeDbLogFilesDetails
impl DescribeDbLogFilesDetails
sourcepub fn log_file_name(&self) -> Option<&str>
pub fn log_file_name(&self) -> Option<&str>
The name of the log file for the specified DB instance.
sourcepub fn last_written(&self) -> i64
pub fn last_written(&self) -> i64
A POSIX timestamp when the last log entry was written.
sourceimpl DescribeDbLogFilesDetails
impl DescribeDbLogFilesDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDbLogFilesDetails.
Trait Implementations
sourceimpl Clone for DescribeDbLogFilesDetails
impl Clone for DescribeDbLogFilesDetails
sourcefn clone(&self) -> DescribeDbLogFilesDetails
fn clone(&self) -> DescribeDbLogFilesDetails
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DescribeDbLogFilesDetails
impl Debug for DescribeDbLogFilesDetails
sourceimpl PartialEq<DescribeDbLogFilesDetails> for DescribeDbLogFilesDetails
impl PartialEq<DescribeDbLogFilesDetails> for DescribeDbLogFilesDetails
sourcefn eq(&self, other: &DescribeDbLogFilesDetails) -> bool
fn eq(&self, other: &DescribeDbLogFilesDetails) -> bool
impl StructuralPartialEq for DescribeDbLogFilesDetails
Auto Trait Implementations
impl RefUnwindSafe for DescribeDbLogFilesDetails
impl Send for DescribeDbLogFilesDetails
impl Sync for DescribeDbLogFilesDetails
impl Unpin for DescribeDbLogFilesDetails
impl UnwindSafe for DescribeDbLogFilesDetails
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more