#[non_exhaustive]pub struct AwsEc2NetworkInterfaceSecurityGroup { /* private fields */ }
Expand description
A security group associated with the network interface.
Implementations§
source§impl AwsEc2NetworkInterfaceSecurityGroup
impl AwsEc2NetworkInterfaceSecurityGroup
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsEc2NetworkInterfaceSecurityGroup
.
Trait Implementations§
source§impl Clone for AwsEc2NetworkInterfaceSecurityGroup
impl Clone for AwsEc2NetworkInterfaceSecurityGroup
source§fn clone(&self) -> AwsEc2NetworkInterfaceSecurityGroup
fn clone(&self) -> AwsEc2NetworkInterfaceSecurityGroup
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<AwsEc2NetworkInterfaceSecurityGroup> for AwsEc2NetworkInterfaceSecurityGroup
impl PartialEq<AwsEc2NetworkInterfaceSecurityGroup> for AwsEc2NetworkInterfaceSecurityGroup
source§fn eq(&self, other: &AwsEc2NetworkInterfaceSecurityGroup) -> bool
fn eq(&self, other: &AwsEc2NetworkInterfaceSecurityGroup) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.