#[non_exhaustive]pub struct GetVpceConfigurationOutput { /* private fields */ }Implementations§
source§impl GetVpceConfigurationOutput
impl GetVpceConfigurationOutput
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 GetVpceConfigurationOutput
impl GetVpceConfigurationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetVpceConfigurationOutput.
Trait Implementations§
source§impl Clone for GetVpceConfigurationOutput
impl Clone for GetVpceConfigurationOutput
source§fn clone(&self) -> GetVpceConfigurationOutput
fn clone(&self) -> GetVpceConfigurationOutput
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 more