Struct aws_sdk_ec2::model::IpamCidrAuthorizationContext
source · #[non_exhaustive]pub struct IpamCidrAuthorizationContext { /* private fields */ }
Expand description
A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.
Implementations§
source§impl IpamCidrAuthorizationContext
impl IpamCidrAuthorizationContext
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture IpamCidrAuthorizationContext
.
Trait Implementations§
source§impl Clone for IpamCidrAuthorizationContext
impl Clone for IpamCidrAuthorizationContext
source§fn clone(&self) -> IpamCidrAuthorizationContext
fn clone(&self) -> IpamCidrAuthorizationContext
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 Debug for IpamCidrAuthorizationContext
impl Debug for IpamCidrAuthorizationContext
source§impl PartialEq<IpamCidrAuthorizationContext> for IpamCidrAuthorizationContext
impl PartialEq<IpamCidrAuthorizationContext> for IpamCidrAuthorizationContext
source§fn eq(&self, other: &IpamCidrAuthorizationContext) -> bool
fn eq(&self, other: &IpamCidrAuthorizationContext) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.