#[non_exhaustive]pub struct DownloadDbLogFilePortionOutput { /* private fields */ }Expand description
This data type is used as a response element to DownloadDBLogFilePortion.
Implementations§
source§impl 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.
source§impl DownloadDbLogFilePortionOutput
impl DownloadDbLogFilePortionOutput
sourcepub fn builder() -> DownloadDbLogFilePortionOutputBuilder
pub fn builder() -> DownloadDbLogFilePortionOutputBuilder
Creates a new builder-style object to manufacture DownloadDbLogFilePortionOutput.
Trait Implementations§
source§impl Clone for DownloadDbLogFilePortionOutput
impl Clone for DownloadDbLogFilePortionOutput
source§fn clone(&self) -> DownloadDbLogFilePortionOutput
fn clone(&self) -> DownloadDbLogFilePortionOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<DownloadDbLogFilePortionOutput> for DownloadDbLogFilePortionOutput
impl PartialEq<DownloadDbLogFilePortionOutput> for DownloadDbLogFilePortionOutput
source§fn eq(&self, other: &DownloadDbLogFilePortionOutput) -> bool
fn eq(&self, other: &DownloadDbLogFilePortionOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DownloadDbLogFilePortionOutput
impl RequestId for DownloadDbLogFilePortionOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.