Struct rusoto_iot::KinesisAction [] [src]

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

The partition key.

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

The name of the Amazon Kinesis stream.

Trait Implementations

impl Default for KinesisAction
[src]

[src]

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

impl Debug for KinesisAction
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for KinesisAction
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for KinesisAction

impl Sync for KinesisAction