#[non_exhaustive]pub struct CreateVpcPeeringConnectionOutput { /* private fields */ }
Implementations§
source§impl CreateVpcPeeringConnectionOutput
impl CreateVpcPeeringConnectionOutput
sourcepub fn vpc_peering_connection(&self) -> Option<&VpcPeeringConnection>
pub fn vpc_peering_connection(&self) -> Option<&VpcPeeringConnection>
Information about the VPC peering connection.
source§impl CreateVpcPeeringConnectionOutput
impl CreateVpcPeeringConnectionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateVpcPeeringConnectionOutput
.
Trait Implementations§
source§impl Clone for CreateVpcPeeringConnectionOutput
impl Clone for CreateVpcPeeringConnectionOutput
source§fn clone(&self) -> CreateVpcPeeringConnectionOutput
fn clone(&self) -> CreateVpcPeeringConnectionOutput
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