[][src]Struct rusoto_kinesisanalyticsv2::DeleteApplicationCloudWatchLoggingOptionResponse

pub struct DeleteApplicationCloudWatchLoggingOptionResponse {
    pub application_arn: Option<String>,
    pub application_version_id: Option<i64>,
    pub cloud_watch_logging_option_descriptions: Option<Vec<CloudWatchLoggingOptionDescription>>,
}

Fields

application_arn: Option<String>

The application's Amazon Resource Name (ARN).

application_version_id: Option<i64>

The version ID of the application. Kinesis Data Analytics updates the ApplicationVersionId each time you change the CloudWatch logging options.

cloud_watch_logging_option_descriptions: Option<Vec<CloudWatchLoggingOptionDescription>>

The descriptions of the remaining CloudWatch logging options for the application.

Trait Implementations

impl Clone for DeleteApplicationCloudWatchLoggingOptionResponse[src]

impl Debug for DeleteApplicationCloudWatchLoggingOptionResponse[src]

impl Default for DeleteApplicationCloudWatchLoggingOptionResponse[src]

impl<'de> Deserialize<'de> for DeleteApplicationCloudWatchLoggingOptionResponse[src]

impl PartialEq<DeleteApplicationCloudWatchLoggingOptionResponse> for DeleteApplicationCloudWatchLoggingOptionResponse[src]

impl StructuralPartialEq for DeleteApplicationCloudWatchLoggingOptionResponse[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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.