Struct aws_sdk_redshift::operation::create_cluster_security_group::CreateClusterSecurityGroupOutput
source · #[non_exhaustive]pub struct CreateClusterSecurityGroupOutput { /* private fields */ }
Implementations§
source§impl CreateClusterSecurityGroupOutput
impl CreateClusterSecurityGroupOutput
sourcepub fn cluster_security_group(&self) -> Option<&ClusterSecurityGroup>
pub fn cluster_security_group(&self) -> Option<&ClusterSecurityGroup>
Describes a security group.
source§impl CreateClusterSecurityGroupOutput
impl CreateClusterSecurityGroupOutput
sourcepub fn builder() -> CreateClusterSecurityGroupOutputBuilder
pub fn builder() -> CreateClusterSecurityGroupOutputBuilder
Creates a new builder-style object to manufacture CreateClusterSecurityGroupOutput
.
Trait Implementations§
source§impl Clone for CreateClusterSecurityGroupOutput
impl Clone for CreateClusterSecurityGroupOutput
source§fn clone(&self) -> CreateClusterSecurityGroupOutput
fn clone(&self) -> CreateClusterSecurityGroupOutput
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<CreateClusterSecurityGroupOutput> for CreateClusterSecurityGroupOutput
impl PartialEq<CreateClusterSecurityGroupOutput> for CreateClusterSecurityGroupOutput
source§fn eq(&self, other: &CreateClusterSecurityGroupOutput) -> bool
fn eq(&self, other: &CreateClusterSecurityGroupOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateClusterSecurityGroupOutput
impl RequestId for CreateClusterSecurityGroupOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.