Struct aws_sdk_databasemigration::input::describe_replication_tasks_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for DescribeReplicationTasksInput
Implementations
Appends an item to filters
.
To override the contents of this collection use set_filters
.
Filters applied to replication tasks.
Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn
Filters applied to replication tasks.
Valid filter names: replication-task-arn | replication-task-id | migration-type | endpoint-arn | replication-instance-arn
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 that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
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 that the remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
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
.
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
.
An option to set to avoid returning information about settings. Use this to reduce
overhead when setting information is too large. To use this option, choose
true
; otherwise, choose false
(the default).
An option to set to avoid returning information about settings. Use this to reduce
overhead when setting information is too large. To use this option, choose
true
; otherwise, choose false
(the default).
Consumes the builder and constructs a DescribeReplicationTasksInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more