Struct aws_sdk_rds::input::StopActivityStreamInput
source · [−]#[non_exhaustive]pub struct StopActivityStreamInput { /* private fields */ }Implementations
sourceimpl StopActivityStreamInput
impl StopActivityStreamInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StopActivityStream, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StopActivityStream, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StopActivityStream>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StopActivityStreamInput.
sourceimpl StopActivityStreamInput
impl StopActivityStreamInput
sourcepub fn resource_arn(&self) -> Option<&str>
pub fn resource_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the DB cluster for the database activity stream. For example, arn:aws:rds:us-east-1:12345667890:cluster:das-cluster.
sourcepub fn apply_immediately(&self) -> Option<bool>
pub fn apply_immediately(&self) -> Option<bool>
Specifies whether or not the database activity stream is to stop as soon as possible, regardless of the maintenance window for the database.
Trait Implementations
sourceimpl Clone for StopActivityStreamInput
impl Clone for StopActivityStreamInput
sourcefn clone(&self) -> StopActivityStreamInput
fn clone(&self) -> StopActivityStreamInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for StopActivityStreamInput
impl Debug for StopActivityStreamInput
sourceimpl PartialEq<StopActivityStreamInput> for StopActivityStreamInput
impl PartialEq<StopActivityStreamInput> for StopActivityStreamInput
sourcefn eq(&self, other: &StopActivityStreamInput) -> bool
fn eq(&self, other: &StopActivityStreamInput) -> bool
impl StructuralPartialEq for StopActivityStreamInput
Auto Trait Implementations
impl RefUnwindSafe for StopActivityStreamInput
impl Send for StopActivityStreamInput
impl Sync for StopActivityStreamInput
impl Unpin for StopActivityStreamInput
impl UnwindSafe for StopActivityStreamInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more