Struct rusoto_kinesisanalytics::InputParallelism[][src]

pub struct InputParallelism {
    pub count: Option<i64>,
}

Describes the number of in-application streams to create for a given streaming source. For information about parallelism, see Configuring Application Input.

Fields

Number of in-application streams to create. For more information, see Limits.

Trait Implementations

impl Default for InputParallelism
[src]

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

impl Debug for InputParallelism
[src]

Formats the value using the given formatter. Read more

impl Clone for InputParallelism
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for InputParallelism
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations