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