Struct aws_sdk_s3::input::GetObjectTorrentInput [−][src]
#[non_exhaustive]pub struct GetObjectTorrentInput {
pub bucket: Option<String>,
pub key: Option<String>,
pub request_payer: Option<RequestPayer>,
pub expected_bucket_owner: Option<String>,
}
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.bucket: Option<String>
The name of the bucket containing the object for which to get the torrent files.
key: Option<String>
The object key for which to get the information.
request_payer: Option<RequestPayer>
Confirms that the requester knows that they will be charged for the request. Bucket owners need not specify this parameter in their requests. For information about downloading objects from requester pays buckets, see Downloading Objects in Requestor Pays Buckets in the Amazon S3 User Guide.
expected_bucket_owner: Option<String>
The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied)
error.
Implementations
pub fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetObjectTorrent, AwsErrorRetryPolicy>, BuildError>
pub fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetObjectTorrent, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<GetObjectTorrent
>
Creates a new builder-style object to manufacture GetObjectTorrentInput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for GetObjectTorrentInput
impl Send for GetObjectTorrentInput
impl Sync for GetObjectTorrentInput
impl Unpin for GetObjectTorrentInput
impl UnwindSafe for GetObjectTorrentInput
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