Struct rusoto_firehose::KinesisStreamSourceConfiguration [] [src]

pub struct KinesisStreamSourceConfiguration {
    pub kinesis_stream_arn: String,
    pub role_arn: String,
}

The stream and role ARNs for a Kinesis stream used as the source for a delivery stream.

Fields

The ARN of the source Kinesis stream.

The ARN of the role that provides access to the source Kinesis stream.

Trait Implementations

impl Default for KinesisStreamSourceConfiguration
[src]

[src]

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

impl Debug for KinesisStreamSourceConfiguration
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for KinesisStreamSourceConfiguration
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations