#[non_exhaustive]pub struct StartActivityStreamOutput { /* private fields */ }Implementations§
source§impl StartActivityStreamOutput
impl StartActivityStreamOutput
sourcepub fn kms_key_id(&self) -> Option<&str>
pub fn kms_key_id(&self) -> Option<&str>
The Amazon Web Services KMS key identifier for encryption of messages in the database activity stream.
sourcepub fn kinesis_stream_name(&self) -> Option<&str>
pub fn kinesis_stream_name(&self) -> Option<&str>
The name of the Amazon Kinesis data stream to be 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.
sourcepub fn mode(&self) -> Option<&ActivityStreamMode>
pub fn mode(&self) -> Option<&ActivityStreamMode>
The mode of the database activity stream.
sourcepub fn apply_immediately(&self) -> bool
pub fn apply_immediately(&self) -> bool
Indicates whether or not the database activity stream will start as soon as possible, regardless of the maintenance window for the database.
sourcepub fn engine_native_audit_fields_included(&self) -> Option<bool>
pub fn engine_native_audit_fields_included(&self) -> Option<bool>
Indicates whether engine-native audit fields are included in the database activity stream.
source§impl StartActivityStreamOutput
impl StartActivityStreamOutput
sourcepub fn builder() -> StartActivityStreamOutputBuilder
pub fn builder() -> StartActivityStreamOutputBuilder
Creates a new builder-style object to manufacture StartActivityStreamOutput.
Trait Implementations§
source§impl Clone for StartActivityStreamOutput
impl Clone for StartActivityStreamOutput
source§fn clone(&self) -> StartActivityStreamOutput
fn clone(&self) -> StartActivityStreamOutput
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 StartActivityStreamOutput
impl Debug for StartActivityStreamOutput
source§impl PartialEq<StartActivityStreamOutput> for StartActivityStreamOutput
impl PartialEq<StartActivityStreamOutput> for StartActivityStreamOutput
source§fn eq(&self, other: &StartActivityStreamOutput) -> bool
fn eq(&self, other: &StartActivityStreamOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for StartActivityStreamOutput
impl RequestId for StartActivityStreamOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for StartActivityStreamOutput
Auto Trait Implementations§
impl RefUnwindSafe for StartActivityStreamOutput
impl Send for StartActivityStreamOutput
impl Sync for StartActivityStreamOutput
impl Unpin for StartActivityStreamOutput
impl UnwindSafe for StartActivityStreamOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more