Struct rusoto_kinesisanalytics::KinesisStreamsInputDescription[][src]

pub struct KinesisStreamsInputDescription {
    pub resource_arn: Option<String>,
    pub role_arn: Option<String>,
}

Describes the Amazon Kinesis stream that is configured as the streaming source in the application input configuration.

Fields

Amazon Resource Name (ARN) of the Amazon Kinesis stream.

ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

Trait Implementations

impl Default for KinesisStreamsInputDescription
[src]

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

impl Debug for KinesisStreamsInputDescription
[src]

Formats the value using the given formatter. Read more

impl Clone for KinesisStreamsInputDescription
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for KinesisStreamsInputDescription
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations