pub struct AwsRedshiftClusterClusterSecurityGroup {
pub cluster_security_group_name: Option<String>,
pub status: Option<String>,
}Expand description
A security group that is associated with the cluster.
Fields§
§cluster_security_group_name: Option<String>The name of the cluster security group.
status: Option<String>The status of the cluster security group.
Trait Implementations§
Source§impl Clone for AwsRedshiftClusterClusterSecurityGroup
impl Clone for AwsRedshiftClusterClusterSecurityGroup
Source§fn clone(&self) -> AwsRedshiftClusterClusterSecurityGroup
fn clone(&self) -> AwsRedshiftClusterClusterSecurityGroup
Returns a duplicate 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 Default for AwsRedshiftClusterClusterSecurityGroup
impl Default for AwsRedshiftClusterClusterSecurityGroup
Source§fn default() -> AwsRedshiftClusterClusterSecurityGroup
fn default() -> AwsRedshiftClusterClusterSecurityGroup
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AwsRedshiftClusterClusterSecurityGroup
impl<'de> Deserialize<'de> for AwsRedshiftClusterClusterSecurityGroup
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AwsRedshiftClusterClusterSecurityGroup
impl PartialEq for AwsRedshiftClusterClusterSecurityGroup
Source§fn eq(&self, other: &AwsRedshiftClusterClusterSecurityGroup) -> bool
fn eq(&self, other: &AwsRedshiftClusterClusterSecurityGroup) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AwsRedshiftClusterClusterSecurityGroup
Auto Trait Implementations§
impl Freeze for AwsRedshiftClusterClusterSecurityGroup
impl RefUnwindSafe for AwsRedshiftClusterClusterSecurityGroup
impl Send for AwsRedshiftClusterClusterSecurityGroup
impl Sync for AwsRedshiftClusterClusterSecurityGroup
impl Unpin for AwsRedshiftClusterClusterSecurityGroup
impl UnwindSafe for AwsRedshiftClusterClusterSecurityGroup
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more