#[non_exhaustive]pub struct ModifyVpcPeeringConnectionOptionsOutput { /* private fields */ }
Implementations
sourceimpl ModifyVpcPeeringConnectionOptionsOutput
impl ModifyVpcPeeringConnectionOptionsOutput
sourcepub fn accepter_peering_connection_options(
&self
) -> Option<&PeeringConnectionOptions>
pub fn accepter_peering_connection_options(
&self
) -> Option<&PeeringConnectionOptions>
Information about the VPC peering connection options for the accepter VPC.
sourcepub fn requester_peering_connection_options(
&self
) -> Option<&PeeringConnectionOptions>
pub fn requester_peering_connection_options(
&self
) -> Option<&PeeringConnectionOptions>
Information about the VPC peering connection options for the requester VPC.
sourceimpl ModifyVpcPeeringConnectionOptionsOutput
impl ModifyVpcPeeringConnectionOptionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyVpcPeeringConnectionOptionsOutput
.
Trait Implementations
sourceimpl Clone for ModifyVpcPeeringConnectionOptionsOutput
impl Clone for ModifyVpcPeeringConnectionOptionsOutput
sourcefn clone(&self) -> ModifyVpcPeeringConnectionOptionsOutput
fn clone(&self) -> ModifyVpcPeeringConnectionOptionsOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<ModifyVpcPeeringConnectionOptionsOutput> for ModifyVpcPeeringConnectionOptionsOutput
impl PartialEq<ModifyVpcPeeringConnectionOptionsOutput> for ModifyVpcPeeringConnectionOptionsOutput
sourcefn eq(&self, other: &ModifyVpcPeeringConnectionOptionsOutput) -> bool
fn eq(&self, other: &ModifyVpcPeeringConnectionOptionsOutput) -> bool
impl StructuralPartialEq for ModifyVpcPeeringConnectionOptionsOutput
Auto Trait Implementations
impl RefUnwindSafe for ModifyVpcPeeringConnectionOptionsOutput
impl Send for ModifyVpcPeeringConnectionOptionsOutput
impl Sync for ModifyVpcPeeringConnectionOptionsOutput
impl Unpin for ModifyVpcPeeringConnectionOptionsOutput
impl UnwindSafe for ModifyVpcPeeringConnectionOptionsOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more