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