Skip to main content

GetBucketReplication

Type Alias GetBucketReplication 

Source
pub type GetBucketReplication = BucketCommon<GetBucketReplicationPhantomData>;
Expand description

Argument builder for the GetBucketReplication S3 API operation.

This struct constructs the parameters required for the Client::get_bucket_replication method.

Aliased Type§

pub struct GetBucketReplication { /* private fields */ }

Trait Implementations§

Source§

impl S3Api for GetBucketReplication

Source§

type S3Response = GetBucketReplicationResponse

The response type associated with this request builder. Read more
Source§

fn send<'async_trait>( self, ) -> Pin<Box<dyn Future<Output = Result<Self::S3Response, Error>> + Send + 'async_trait>>
where Self: Send + 'async_trait,

Sends the S3 API request and returns the corresponding typed response. Read more
Source§

impl ToS3Request for GetBucketReplication

Source§

fn to_s3request(self) -> Result<S3Request, ValidationErr>

Consumes this request builder and returns a S3Request. Read more