Struct aws_sdk_redshift::model::ScheduledActionType [−][src]
#[non_exhaustive]pub struct ScheduledActionType {
pub resize_cluster: Option<ResizeClusterMessage>,
pub pause_cluster: Option<PauseClusterMessage>,
pub resume_cluster: Option<ResumeClusterMessage>,
}
Expand description
The action type that specifies an Amazon Redshift API operation that is supported by the Amazon Redshift scheduler.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.resize_cluster: Option<ResizeClusterMessage>
An action that runs a ResizeCluster
API operation.
pause_cluster: Option<PauseClusterMessage>
An action that runs a PauseCluster
API operation.
resume_cluster: Option<ResumeClusterMessage>
An action that runs a ResumeCluster
API operation.
Implementations
An action that runs a ResizeCluster
API operation.
An action that runs a PauseCluster
API operation.
An action that runs a ResumeCluster
API operation.
Creates a new builder-style object to manufacture ScheduledActionType
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ScheduledActionType
impl Send for ScheduledActionType
impl Sync for ScheduledActionType
impl Unpin for ScheduledActionType
impl UnwindSafe for ScheduledActionType
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more