Struct aws_sdk_securityhub::model::CidrBlockAssociation
source · #[non_exhaustive]pub struct CidrBlockAssociation { /* private fields */ }
Expand description
An IPv4 CIDR block association.
Implementations§
source§impl CidrBlockAssociation
impl CidrBlockAssociation
sourcepub fn association_id(&self) -> Option<&str>
pub fn association_id(&self) -> Option<&str>
The association ID for the IPv4 CIDR block.
sourcepub fn cidr_block(&self) -> Option<&str>
pub fn cidr_block(&self) -> Option<&str>
The IPv4 CIDR block.
sourcepub fn cidr_block_state(&self) -> Option<&str>
pub fn cidr_block_state(&self) -> Option<&str>
Information about the state of the IPv4 CIDR block.
source§impl CidrBlockAssociation
impl CidrBlockAssociation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CidrBlockAssociation
.
Trait Implementations§
source§impl Clone for CidrBlockAssociation
impl Clone for CidrBlockAssociation
source§fn clone(&self) -> CidrBlockAssociation
fn clone(&self) -> CidrBlockAssociation
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