[][src]Struct rusoto_rds::StartActivityStreamResponse

pub struct StartActivityStreamResponse {
    pub apply_immediately: Option<bool>,
    pub kinesis_stream_name: Option<String>,
    pub kms_key_id: Option<String>,
    pub mode: Option<String>,
    pub status: Option<String>,
}

Fields

apply_immediately: Option<bool>

Indicates whether or not the database activity stream will start as soon as possible, regardless of the maintenance window for the database.

kinesis_stream_name: Option<String>

The name of the Amazon Kinesis data stream to be used for the database activity stream.

kms_key_id: Option<String>

The AWS KMS key identifier for encryption of messages in the database activity stream.

mode: Option<String>

The mode of the database activity stream.

status: Option<String>

The status of the database activity stream.

Trait Implementations

impl Clone for StartActivityStreamResponse[src]

impl Default for StartActivityStreamResponse[src]

impl PartialEq<StartActivityStreamResponse> for StartActivityStreamResponse[src]

impl Debug for StartActivityStreamResponse[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self