Struct aws_sdk_ec2::operation::modify_vpc_peering_connection_options::ModifyVpcPeeringConnectionOptionsOutput
source · #[non_exhaustive]pub struct ModifyVpcPeeringConnectionOptionsOutput { /* private fields */ }Implementations§
source§impl 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.
source§impl ModifyVpcPeeringConnectionOptionsOutput
impl ModifyVpcPeeringConnectionOptionsOutput
sourcepub fn builder() -> ModifyVpcPeeringConnectionOptionsOutputBuilder
pub fn builder() -> ModifyVpcPeeringConnectionOptionsOutputBuilder
Creates a new builder-style object to manufacture ModifyVpcPeeringConnectionOptionsOutput.
Trait Implementations§
source§impl Clone for ModifyVpcPeeringConnectionOptionsOutput
impl Clone for ModifyVpcPeeringConnectionOptionsOutput
source§fn clone(&self) -> ModifyVpcPeeringConnectionOptionsOutput
fn clone(&self) -> ModifyVpcPeeringConnectionOptionsOutput
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<ModifyVpcPeeringConnectionOptionsOutput> for ModifyVpcPeeringConnectionOptionsOutput
impl PartialEq<ModifyVpcPeeringConnectionOptionsOutput> for ModifyVpcPeeringConnectionOptionsOutput
source§fn eq(&self, other: &ModifyVpcPeeringConnectionOptionsOutput) -> bool
fn eq(&self, other: &ModifyVpcPeeringConnectionOptionsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ModifyVpcPeeringConnectionOptionsOutput
impl RequestId for ModifyVpcPeeringConnectionOptionsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.