Struct aws_sdk_ec2::model::CidrAuthorizationContext
source · #[non_exhaustive]pub struct CidrAuthorizationContext { /* private fields */ }
Expand description
Provides authorization for Amazon to bring a specific IP address range to a specific Amazon Web Services account using bring your own IP addresses (BYOIP). For more information, see Configuring your BYOIP address range in the Amazon Elastic Compute Cloud User Guide.
Implementations§
source§impl CidrAuthorizationContext
impl CidrAuthorizationContext
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CidrAuthorizationContext
.
Trait Implementations§
source§impl Clone for CidrAuthorizationContext
impl Clone for CidrAuthorizationContext
source§fn clone(&self) -> CidrAuthorizationContext
fn clone(&self) -> CidrAuthorizationContext
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 CidrAuthorizationContext
impl Debug for CidrAuthorizationContext
source§impl PartialEq<CidrAuthorizationContext> for CidrAuthorizationContext
impl PartialEq<CidrAuthorizationContext> for CidrAuthorizationContext
source§fn eq(&self, other: &CidrAuthorizationContext) -> bool
fn eq(&self, other: &CidrAuthorizationContext) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.