Struct aws_sdk_rds::output::StopActivityStreamOutput
source · [−]#[non_exhaustive]pub struct StopActivityStreamOutput { /* private fields */ }Implementations
sourceimpl StopActivityStreamOutput
impl StopActivityStreamOutput
sourcepub fn kms_key_id(&self) -> Option<&str>
pub fn kms_key_id(&self) -> Option<&str>
The Amazon Web Services KMS key identifier used for encrypting messages in the database activity stream.
The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.
sourcepub fn kinesis_stream_name(&self) -> Option<&str>
pub fn kinesis_stream_name(&self) -> Option<&str>
The name of the Amazon Kinesis data stream used for the database activity stream.
sourcepub fn status(&self) -> Option<&ActivityStreamStatus>
pub fn status(&self) -> Option<&ActivityStreamStatus>
The status of the database activity stream.
sourceimpl StopActivityStreamOutput
impl StopActivityStreamOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StopActivityStreamOutput.
Trait Implementations
sourceimpl Clone for StopActivityStreamOutput
impl Clone for StopActivityStreamOutput
sourcefn clone(&self) -> StopActivityStreamOutput
fn clone(&self) -> StopActivityStreamOutput
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 StopActivityStreamOutput
impl Debug for StopActivityStreamOutput
sourceimpl PartialEq<StopActivityStreamOutput> for StopActivityStreamOutput
impl PartialEq<StopActivityStreamOutput> for StopActivityStreamOutput
sourcefn eq(&self, other: &StopActivityStreamOutput) -> bool
fn eq(&self, other: &StopActivityStreamOutput) -> bool
impl StructuralPartialEq for StopActivityStreamOutput
Auto Trait Implementations
impl RefUnwindSafe for StopActivityStreamOutput
impl Send for StopActivityStreamOutput
impl Sync for StopActivityStreamOutput
impl Unpin for StopActivityStreamOutput
impl UnwindSafe for StopActivityStreamOutput
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