Struct aws_sdk_s3::operation::get_bucket_accelerate_configuration::GetBucketAccelerateConfigurationInput
source · #[non_exhaustive]pub struct GetBucketAccelerateConfigurationInput {
pub bucket: Option<String>,
pub expected_bucket_owner: Option<String>,
pub request_payer: Option<RequestPayer>,
}
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 for which the accelerate configuration is retrieved.
expected_bucket_owner: Option<String>
The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code 403 Forbidden
(access denied).
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. If either the source or destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding charges to copy the object. For information about downloading objects from Requester Pays buckets, see Downloading Objects in Requester Pays Buckets in the Amazon S3 User Guide.
This functionality is not supported for directory buckets.
Implementations§
source§impl GetBucketAccelerateConfigurationInput
impl GetBucketAccelerateConfigurationInput
sourcepub fn bucket(&self) -> Option<&str>
pub fn bucket(&self) -> Option<&str>
The name of the bucket for which the accelerate configuration is retrieved.
sourcepub fn expected_bucket_owner(&self) -> Option<&str>
pub fn expected_bucket_owner(&self) -> Option<&str>
The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code 403 Forbidden
(access denied).
sourcepub fn request_payer(&self) -> Option<&RequestPayer>
pub fn request_payer(&self) -> 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. If either the source or destination S3 bucket has Requester Pays enabled, the requester will pay for corresponding charges to copy the object. For information about downloading objects from Requester Pays buckets, see Downloading Objects in Requester Pays Buckets in the Amazon S3 User Guide.
This functionality is not supported for directory buckets.
source§impl GetBucketAccelerateConfigurationInput
impl GetBucketAccelerateConfigurationInput
sourcepub fn builder() -> GetBucketAccelerateConfigurationInputBuilder
pub fn builder() -> GetBucketAccelerateConfigurationInputBuilder
Creates a new builder-style object to manufacture GetBucketAccelerateConfigurationInput
.
Trait Implementations§
source§impl Clone for GetBucketAccelerateConfigurationInput
impl Clone for GetBucketAccelerateConfigurationInput
source§fn clone(&self) -> GetBucketAccelerateConfigurationInput
fn clone(&self) -> GetBucketAccelerateConfigurationInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq for GetBucketAccelerateConfigurationInput
impl PartialEq for GetBucketAccelerateConfigurationInput
source§fn eq(&self, other: &GetBucketAccelerateConfigurationInput) -> bool
fn eq(&self, other: &GetBucketAccelerateConfigurationInput) -> bool
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetBucketAccelerateConfigurationInput
Auto Trait Implementations§
impl Freeze for GetBucketAccelerateConfigurationInput
impl RefUnwindSafe for GetBucketAccelerateConfigurationInput
impl Send for GetBucketAccelerateConfigurationInput
impl Sync for GetBucketAccelerateConfigurationInput
impl Unpin for GetBucketAccelerateConfigurationInput
impl UnwindSafe for GetBucketAccelerateConfigurationInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)