Struct aws_sdk_rds::output::DownloadDbLogFilePortionOutput
source · [−]#[non_exhaustive]pub struct DownloadDbLogFilePortionOutput { /* private fields */ }Expand description
This data type is used as a response element to DownloadDBLogFilePortion.
Implementations
sourceimpl DownloadDbLogFilePortionOutput
impl DownloadDbLogFilePortionOutput
sourcepub fn log_file_data(&self) -> Option<&str>
pub fn log_file_data(&self) -> Option<&str>
Entries from the specified log file.
sourcepub fn marker(&self) -> Option<&str>
pub fn marker(&self) -> Option<&str>
A pagination token that can be used in a later DownloadDBLogFilePortion request.
sourcepub fn additional_data_pending(&self) -> bool
pub fn additional_data_pending(&self) -> bool
Boolean value that if true, indicates there is more data to be downloaded.
sourceimpl DownloadDbLogFilePortionOutput
impl DownloadDbLogFilePortionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DownloadDbLogFilePortionOutput.
Trait Implementations
sourceimpl Clone for DownloadDbLogFilePortionOutput
impl Clone for DownloadDbLogFilePortionOutput
sourcefn clone(&self) -> DownloadDbLogFilePortionOutput
fn clone(&self) -> DownloadDbLogFilePortionOutput
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 PartialEq<DownloadDbLogFilePortionOutput> for DownloadDbLogFilePortionOutput
impl PartialEq<DownloadDbLogFilePortionOutput> for DownloadDbLogFilePortionOutput
sourcefn eq(&self, other: &DownloadDbLogFilePortionOutput) -> bool
fn eq(&self, other: &DownloadDbLogFilePortionOutput) -> bool
impl StructuralPartialEq for DownloadDbLogFilePortionOutput
Auto Trait Implementations
impl RefUnwindSafe for DownloadDbLogFilePortionOutput
impl Send for DownloadDbLogFilePortionOutput
impl Sync for DownloadDbLogFilePortionOutput
impl Unpin for DownloadDbLogFilePortionOutput
impl UnwindSafe for DownloadDbLogFilePortionOutput
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