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