Struct aws_sdk_rds::input::DescribeDbLogFilesInput
source · [−]#[non_exhaustive]pub struct DescribeDbLogFilesInput { /* private fields */ }Expand description
Implementations
sourceimpl DescribeDbLogFilesInput
impl DescribeDbLogFilesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDBLogFiles, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDBLogFiles, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeDBLogFiles>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDbLogFilesInput.
sourceimpl DescribeDbLogFilesInput
impl DescribeDbLogFilesInput
sourcepub fn db_instance_identifier(&self) -> Option<&str>
pub fn db_instance_identifier(&self) -> Option<&str>
The customer-assigned name of the DB instance that contains the log files you want to list.
Constraints:
-
Must match the identifier of an existing DBInstance.
sourcepub fn filename_contains(&self) -> Option<&str>
pub fn filename_contains(&self) -> Option<&str>
Filters the available log files for log file names that contain the specified string.
sourcepub fn file_last_written(&self) -> i64
pub fn file_last_written(&self) -> i64
Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.
sourcepub fn file_size(&self) -> i64
pub fn file_size(&self) -> i64
Filters the available log files for files larger than the specified size.
sourcepub fn max_records(&self) -> Option<i32>
pub fn max_records(&self) -> Option<i32>
The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.
Trait Implementations
sourceimpl Clone for DescribeDbLogFilesInput
impl Clone for DescribeDbLogFilesInput
sourcefn clone(&self) -> DescribeDbLogFilesInput
fn clone(&self) -> DescribeDbLogFilesInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more