pub struct InputParallelismUpdate {
pub count_update: i64,
}Expand description
For an SQL-based Amazon Kinesis Data Analytics application, provides updates to the parallelism count.
Fields§
§count_update: i64The number of in-application streams to create for the specified streaming source.
Trait Implementations§
Source§impl Clone for InputParallelismUpdate
impl Clone for InputParallelismUpdate
Source§fn clone(&self) -> InputParallelismUpdate
fn clone(&self) -> InputParallelismUpdate
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 InputParallelismUpdate
impl Debug for InputParallelismUpdate
Source§impl Default for InputParallelismUpdate
impl Default for InputParallelismUpdate
Source§fn default() -> InputParallelismUpdate
fn default() -> InputParallelismUpdate
Returns the “default value” for a type. Read more
Source§impl PartialEq for InputParallelismUpdate
impl PartialEq for InputParallelismUpdate
Source§impl Serialize for InputParallelismUpdate
impl Serialize for InputParallelismUpdate
impl StructuralPartialEq for InputParallelismUpdate
Auto Trait Implementations§
impl Freeze for InputParallelismUpdate
impl RefUnwindSafe for InputParallelismUpdate
impl Send for InputParallelismUpdate
impl Sync for InputParallelismUpdate
impl Unpin for InputParallelismUpdate
impl UnwindSafe for InputParallelismUpdate
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