Struct aws_sdk_redshift::types::ScheduledActionType
source · #[non_exhaustive]pub struct ScheduledActionType { /* private fields */ }
Expand description
The action type that specifies an Amazon Redshift API operation that is supported by the Amazon Redshift scheduler.
Implementations§
source§impl ScheduledActionType
impl ScheduledActionType
sourcepub fn resize_cluster(&self) -> Option<&ResizeClusterMessage>
pub fn resize_cluster(&self) -> Option<&ResizeClusterMessage>
An action that runs a ResizeCluster
API operation.
sourcepub fn pause_cluster(&self) -> Option<&PauseClusterMessage>
pub fn pause_cluster(&self) -> Option<&PauseClusterMessage>
An action that runs a PauseCluster
API operation.
sourcepub fn resume_cluster(&self) -> Option<&ResumeClusterMessage>
pub fn resume_cluster(&self) -> Option<&ResumeClusterMessage>
An action that runs a ResumeCluster
API operation.
source§impl ScheduledActionType
impl ScheduledActionType
sourcepub fn builder() -> ScheduledActionTypeBuilder
pub fn builder() -> ScheduledActionTypeBuilder
Creates a new builder-style object to manufacture ScheduledActionType
.
Trait Implementations§
source§impl Clone for ScheduledActionType
impl Clone for ScheduledActionType
source§fn clone(&self) -> ScheduledActionType
fn clone(&self) -> ScheduledActionType
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 ScheduledActionType
impl Debug for ScheduledActionType
source§impl PartialEq<ScheduledActionType> for ScheduledActionType
impl PartialEq<ScheduledActionType> for ScheduledActionType
source§fn eq(&self, other: &ScheduledActionType) -> bool
fn eq(&self, other: &ScheduledActionType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.