pub struct InputParallelism {
pub count: Option<i64>,
}Expand description
For an SQL-based Amazon Kinesis Data Analytics application, describes the number of in-application streams to create for a given streaming source.
Fields§
§count: Option<i64>The number of in-application streams to create.
Trait Implementations§
Source§impl Clone for InputParallelism
impl Clone for InputParallelism
Source§fn clone(&self) -> InputParallelism
fn clone(&self) -> InputParallelism
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InputParallelism
impl Debug for InputParallelism
Source§impl Default for InputParallelism
impl Default for InputParallelism
Source§fn default() -> InputParallelism
fn default() -> InputParallelism
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InputParallelism
impl<'de> Deserialize<'de> for InputParallelism
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for InputParallelism
impl PartialEq for InputParallelism
Source§impl Serialize for InputParallelism
impl Serialize for InputParallelism
impl StructuralPartialEq for InputParallelism
Auto Trait Implementations§
impl Freeze for InputParallelism
impl RefUnwindSafe for InputParallelism
impl Send for InputParallelism
impl Sync for InputParallelism
impl Unpin for InputParallelism
impl UnwindSafe for InputParallelism
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more