Struct aws_sdk_databasemigration::operation::describe_replication_instance_task_logs::DescribeReplicationInstanceTaskLogsOutput
source · #[non_exhaustive]pub struct DescribeReplicationInstanceTaskLogsOutput {
pub replication_instance_arn: Option<String>,
pub replication_instance_task_logs: Option<Vec<ReplicationInstanceTaskLog>>,
pub marker: Option<String>,
/* private fields */
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.replication_instance_arn: Option<String>
The Amazon Resource Name (ARN) of the replication instance.
replication_instance_task_logs: Option<Vec<ReplicationInstanceTaskLog>>
An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).
marker: Option<String>
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
Implementations§
source§impl DescribeReplicationInstanceTaskLogsOutput
impl DescribeReplicationInstanceTaskLogsOutput
sourcepub fn replication_instance_arn(&self) -> Option<&str>
pub fn replication_instance_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the replication instance.
sourcepub fn replication_instance_task_logs(&self) -> &[ReplicationInstanceTaskLog]
pub fn replication_instance_task_logs(&self) -> &[ReplicationInstanceTaskLog]
An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .replication_instance_task_logs.is_none()
.
source§impl DescribeReplicationInstanceTaskLogsOutput
impl DescribeReplicationInstanceTaskLogsOutput
sourcepub fn builder() -> DescribeReplicationInstanceTaskLogsOutputBuilder
pub fn builder() -> DescribeReplicationInstanceTaskLogsOutputBuilder
Creates a new builder-style object to manufacture DescribeReplicationInstanceTaskLogsOutput
.
Trait Implementations§
source§impl Clone for DescribeReplicationInstanceTaskLogsOutput
impl Clone for DescribeReplicationInstanceTaskLogsOutput
source§fn clone(&self) -> DescribeReplicationInstanceTaskLogsOutput
fn clone(&self) -> DescribeReplicationInstanceTaskLogsOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq for DescribeReplicationInstanceTaskLogsOutput
impl PartialEq for DescribeReplicationInstanceTaskLogsOutput
source§fn eq(&self, other: &DescribeReplicationInstanceTaskLogsOutput) -> bool
fn eq(&self, other: &DescribeReplicationInstanceTaskLogsOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeReplicationInstanceTaskLogsOutput
impl RequestId for DescribeReplicationInstanceTaskLogsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.