Struct aws_sdk_redshift::input::RebootClusterInput
source · #[non_exhaustive]pub struct RebootClusterInput { /* private fields */ }
Expand description
Implementations§
source§impl RebootClusterInput
impl RebootClusterInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RebootCluster, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RebootCluster, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<RebootCluster
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RebootClusterInput
.
source§impl RebootClusterInput
impl RebootClusterInput
sourcepub fn cluster_identifier(&self) -> Option<&str>
pub fn cluster_identifier(&self) -> Option<&str>
The cluster identifier.
Trait Implementations§
source§impl Clone for RebootClusterInput
impl Clone for RebootClusterInput
source§fn clone(&self) -> RebootClusterInput
fn clone(&self) -> RebootClusterInput
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 Debug for RebootClusterInput
impl Debug for RebootClusterInput
source§impl PartialEq<RebootClusterInput> for RebootClusterInput
impl PartialEq<RebootClusterInput> for RebootClusterInput
source§fn eq(&self, other: &RebootClusterInput) -> bool
fn eq(&self, other: &RebootClusterInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.