[−][src]Struct rusoto_kinesisanalytics::InputUpdate
Describes updates to a specific input configuration (identified by the InputId
of an application).
Fields
input_id: String
Input ID of the application input to be updated.
input_parallelism_update: Option<InputParallelismUpdate>
Describes the parallelism updates (the number in-application streams Amazon Kinesis Analytics creates for the specific streaming source).
input_processing_configuration_update: Option<InputProcessingConfigurationUpdate>
Describes updates for an input processing configuration.
input_schema_update: Option<InputSchemaUpdate>
Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.
kinesis_firehose_input_update: Option<KinesisFirehoseInputUpdate>
If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.
kinesis_streams_input_update: Option<KinesisStreamsInputUpdate>
If an Amazon Kinesis stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.
name_prefix_update: Option<String>
Name prefix for in-application streams that Amazon Kinesis Analytics creates for the specific streaming source.
Trait Implementations
impl PartialEq<InputUpdate> for InputUpdate
[src]
fn eq(&self, other: &InputUpdate) -> bool
[src]
fn ne(&self, other: &InputUpdate) -> bool
[src]
impl Default for InputUpdate
[src]
fn default() -> InputUpdate
[src]
impl Clone for InputUpdate
[src]
fn clone(&self) -> InputUpdate
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for InputUpdate
[src]
impl Serialize for InputUpdate
[src]
Auto Trait Implementations
impl Send for InputUpdate
impl Sync for InputUpdate
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self