Struct rusoto_kinesisanalytics::DeleteApplicationCloudWatchLoggingOptionRequest [] [src]

pub struct DeleteApplicationCloudWatchLoggingOptionRequest {
    pub application_name: ApplicationName,
    pub cloud_watch_logging_option_id: Id,
    pub current_application_version_id: ApplicationVersionId,
}

Fields

The Amazon Kinesis Analytics application name.

The CloudWatchLoggingOptionId of the CloudWatch logging option to delete. You can use the DescribeApplication operation to get the CloudWatchLoggingOptionId.

The version ID of the Amazon Kinesis Analytics application.

Trait Implementations

impl Default for DeleteApplicationCloudWatchLoggingOptionRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for DeleteApplicationCloudWatchLoggingOptionRequest
[src]

Formats the value using the given formatter.

impl Clone for DeleteApplicationCloudWatchLoggingOptionRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more