[][src]Struct rusoto_iot::KinesisAction

pub struct KinesisAction {
    pub partition_key: Option<String>,
    pub role_arn: String,
    pub stream_name: String,
}

Describes an action to write data to an Amazon Kinesis stream.

Fields

partition_key: Option<String>

The partition key.

role_arn: String

The ARN of the IAM role that grants access to the Amazon Kinesis stream.

stream_name: String

The name of the Amazon Kinesis stream.

Trait Implementations

impl Clone for KinesisAction[src]

impl Default for KinesisAction[src]

impl PartialEq<KinesisAction> for KinesisAction[src]

impl Debug for KinesisAction[src]

impl StructuralPartialEq for KinesisAction[src]

impl<'de> Deserialize<'de> for KinesisAction[src]

impl Serialize for KinesisAction[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> Same<T> for T

type Output = T

Should always be Self