Struct rusoto_kinesisanalytics::KinesisFirehoseOutputDescription [] [src]

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

For an application output, describes the Amazon Kinesis Firehose delivery stream configured as its destination.

Fields

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

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

Trait Implementations

impl Default for KinesisFirehoseOutputDescription
[src]

[src]

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

impl Debug for KinesisFirehoseOutputDescription
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for KinesisFirehoseOutputDescription
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations