#[non_exhaustive]pub struct AwsRedshiftClusterClusterSecurityGroup { /* private fields */ }Expand description
A security group that is associated with the cluster.
Implementations
sourceimpl AwsRedshiftClusterClusterSecurityGroup
impl AwsRedshiftClusterClusterSecurityGroup
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsRedshiftClusterClusterSecurityGroup.
Trait Implementations
sourceimpl Clone for AwsRedshiftClusterClusterSecurityGroup
impl Clone for AwsRedshiftClusterClusterSecurityGroup
sourcefn clone(&self) -> AwsRedshiftClusterClusterSecurityGroup
fn clone(&self) -> AwsRedshiftClusterClusterSecurityGroup
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<AwsRedshiftClusterClusterSecurityGroup> for AwsRedshiftClusterClusterSecurityGroup
impl PartialEq<AwsRedshiftClusterClusterSecurityGroup> for AwsRedshiftClusterClusterSecurityGroup
sourcefn eq(&self, other: &AwsRedshiftClusterClusterSecurityGroup) -> bool
fn eq(&self, other: &AwsRedshiftClusterClusterSecurityGroup) -> bool
impl StructuralPartialEq for AwsRedshiftClusterClusterSecurityGroup
Auto Trait Implementations
impl RefUnwindSafe for AwsRedshiftClusterClusterSecurityGroup
impl Send for AwsRedshiftClusterClusterSecurityGroup
impl Sync for AwsRedshiftClusterClusterSecurityGroup
impl Unpin for AwsRedshiftClusterClusterSecurityGroup
impl UnwindSafe for AwsRedshiftClusterClusterSecurityGroup
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more