Struct aws_sdk_redshift::model::data_transfer_progress::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for DataTransferProgress
Implementations
Describes the status of the cluster. While the transfer is in progress the status is transferringdata
.
Describes the status of the cluster. While the transfer is in progress the status is transferringdata
.
Describes the data transfer rate in MB's per second.
Describes the data transfer rate in MB's per second.
Describes the total amount of data to be transfered in megabytes.
Describes the total amount of data to be transfered in megabytes.
Describes the total amount of data that has been transfered in MB's.
Describes the total amount of data that has been transfered in MB's.
Describes the estimated number of seconds remaining to complete the transfer.
Describes the estimated number of seconds remaining to complete the transfer.
Describes the number of seconds that have elapsed during the data transfer.
Describes the number of seconds that have elapsed during the data transfer.
Consumes the builder and constructs a DataTransferProgress
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