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
impl S3Api for GetBucketReplication
Source§type S3Response = GetBucketReplicationResponse
type S3Response = GetBucketReplicationResponse
The response type associated with this request builder. Read more