#[non_exhaustive]pub struct AwsRdsDbSecurityGroupIpRange { /* private fields */ }
Expand description
IP range information for an RDS DB security group.
Implementations§
source§impl AwsRdsDbSecurityGroupIpRange
impl AwsRdsDbSecurityGroupIpRange
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsRdsDbSecurityGroupIpRange
.
Trait Implementations§
source§impl Clone for AwsRdsDbSecurityGroupIpRange
impl Clone for AwsRdsDbSecurityGroupIpRange
source§fn clone(&self) -> AwsRdsDbSecurityGroupIpRange
fn clone(&self) -> AwsRdsDbSecurityGroupIpRange
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