#[non_exhaustive]pub struct CreateVpcConnectorOutput { /* private fields */ }
Implementations§
source§impl CreateVpcConnectorOutput
impl CreateVpcConnectorOutput
sourcepub fn vpc_connector(&self) -> Option<&VpcConnector>
pub fn vpc_connector(&self) -> Option<&VpcConnector>
A description of the App Runner VPC connector that's created by this request.
source§impl CreateVpcConnectorOutput
impl CreateVpcConnectorOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateVpcConnectorOutput
.
Trait Implementations§
source§impl Clone for CreateVpcConnectorOutput
impl Clone for CreateVpcConnectorOutput
source§fn clone(&self) -> CreateVpcConnectorOutput
fn clone(&self) -> CreateVpcConnectorOutput
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