#[non_exhaustive]pub struct CreateMultiRegionAccessPointInput { /* private fields */ }Expand description
A container for the information associated with a CreateMultiRegionAccessPoint request.
Implementations
sourceimpl CreateMultiRegionAccessPointInput
impl CreateMultiRegionAccessPointInput
sourcepub fn name(&self) -> Option<&str>
pub fn name(&self) -> Option<&str>
The name of the Multi-Region Access Point associated with this request.
sourcepub fn public_access_block(&self) -> Option<&PublicAccessBlockConfiguration>
pub fn public_access_block(&self) -> Option<&PublicAccessBlockConfiguration>
The PublicAccessBlock configuration that you want to apply to this Amazon S3 account. You can enable the configuration options in any combination. For more information about when Amazon S3 considers a bucket or object public, see The Meaning of "Public" in the Amazon S3 User Guide.
This is not supported for Amazon S3 on Outposts.
sourceimpl CreateMultiRegionAccessPointInput
impl CreateMultiRegionAccessPointInput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateMultiRegionAccessPointInput.
Trait Implementations
sourceimpl Clone for CreateMultiRegionAccessPointInput
impl Clone for CreateMultiRegionAccessPointInput
sourcefn clone(&self) -> CreateMultiRegionAccessPointInput
fn clone(&self) -> CreateMultiRegionAccessPointInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<CreateMultiRegionAccessPointInput> for CreateMultiRegionAccessPointInput
impl PartialEq<CreateMultiRegionAccessPointInput> for CreateMultiRegionAccessPointInput
sourcefn eq(&self, other: &CreateMultiRegionAccessPointInput) -> bool
fn eq(&self, other: &CreateMultiRegionAccessPointInput) -> bool
impl StructuralPartialEq for CreateMultiRegionAccessPointInput
Auto Trait Implementations
impl RefUnwindSafe for CreateMultiRegionAccessPointInput
impl Send for CreateMultiRegionAccessPointInput
impl Sync for CreateMultiRegionAccessPointInput
impl Unpin for CreateMultiRegionAccessPointInput
impl UnwindSafe for CreateMultiRegionAccessPointInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more