#[non_exhaustive]pub struct InternetConfiguration {}Expand description
This configuration sets the network origin for the Amazon S3 access point or multi-region access point to Internet.
Implementations§
source§impl InternetConfiguration
impl InternetConfiguration
sourcepub fn builder() -> InternetConfigurationBuilder
pub fn builder() -> InternetConfigurationBuilder
Creates a new builder-style object to manufacture InternetConfiguration.
Trait Implementations§
source§impl Clone for InternetConfiguration
impl Clone for InternetConfiguration
source§fn clone(&self) -> InternetConfiguration
fn clone(&self) -> InternetConfiguration
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for InternetConfiguration
impl Debug for InternetConfiguration
source§impl PartialEq<InternetConfiguration> for InternetConfiguration
impl PartialEq<InternetConfiguration> for InternetConfiguration
source§fn eq(&self, other: &InternetConfiguration) -> bool
fn eq(&self, other: &InternetConfiguration) -> bool
This method tests for
self and other values to be equal, and is used
by ==.