Struct rusoto_kinesisanalytics::InputParallelismUpdate [] [src]

pub struct InputParallelismUpdate {
    pub count_update: Option<i64>,
}

Provides updates to the parallelism count.

Fields

Number of in-application streams to create for the specified streaming source.

Trait Implementations

impl Default for InputParallelismUpdate
[src]

[src]

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

impl Debug for InputParallelismUpdate
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for InputParallelismUpdate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations