#[non_exhaustive]pub struct UpdateVpceConfigurationOutput { /* private fields */ }Implementations§
source§impl UpdateVpceConfigurationOutput
impl UpdateVpceConfigurationOutput
sourcepub fn vpce_configuration(&self) -> Option<&VpceConfiguration>
pub fn vpce_configuration(&self) -> Option<&VpceConfiguration>
An object that contains information about your VPC endpoint configuration.
source§impl UpdateVpceConfigurationOutput
impl UpdateVpceConfigurationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateVpceConfigurationOutput.
Trait Implementations§
source§impl Clone for UpdateVpceConfigurationOutput
impl Clone for UpdateVpceConfigurationOutput
source§fn clone(&self) -> UpdateVpceConfigurationOutput
fn clone(&self) -> UpdateVpceConfigurationOutput
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 PartialEq<UpdateVpceConfigurationOutput> for UpdateVpceConfigurationOutput
impl PartialEq<UpdateVpceConfigurationOutput> for UpdateVpceConfigurationOutput
source§fn eq(&self, other: &UpdateVpceConfigurationOutput) -> bool
fn eq(&self, other: &UpdateVpceConfigurationOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.