Struct rusoto_kinesisanalytics::KinesisFirehoseInputDescription [] [src]

pub struct KinesisFirehoseInputDescription {
    pub resource_arn: Option<ResourceARN>,
    pub role_arn: Option<RoleARN>,
}

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

Fields

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

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

Trait Implementations

impl Default for KinesisFirehoseInputDescription
[src]

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

impl Debug for KinesisFirehoseInputDescription
[src]

Formats the value using the given formatter.

impl Clone for KinesisFirehoseInputDescription
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more