Struct aws_sdk_redshift::operation::delete_cluster_security_group::DeleteClusterSecurityGroupOutput
source · #[non_exhaustive]pub struct DeleteClusterSecurityGroupOutput { /* private fields */ }
Implementations§
source§impl DeleteClusterSecurityGroupOutput
impl DeleteClusterSecurityGroupOutput
sourcepub fn builder() -> DeleteClusterSecurityGroupOutputBuilder
pub fn builder() -> DeleteClusterSecurityGroupOutputBuilder
Creates a new builder-style object to manufacture DeleteClusterSecurityGroupOutput
.
Trait Implementations§
source§impl Clone for DeleteClusterSecurityGroupOutput
impl Clone for DeleteClusterSecurityGroupOutput
source§fn clone(&self) -> DeleteClusterSecurityGroupOutput
fn clone(&self) -> DeleteClusterSecurityGroupOutput
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<DeleteClusterSecurityGroupOutput> for DeleteClusterSecurityGroupOutput
impl PartialEq<DeleteClusterSecurityGroupOutput> for DeleteClusterSecurityGroupOutput
source§fn eq(&self, other: &DeleteClusterSecurityGroupOutput) -> bool
fn eq(&self, other: &DeleteClusterSecurityGroupOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DeleteClusterSecurityGroupOutput
impl RequestId for DeleteClusterSecurityGroupOutput
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.