Struct rusoto_cloudfront::StreamingDistributionConfigWithTags [] [src]

pub struct StreamingDistributionConfigWithTags {
    pub streaming_distribution_config: StreamingDistributionConfig,
    pub tags: Tags,
}

A streaming distribution Configuration and a list of tags to be associated with the streaming distribution.

Fields

A streaming distribution Configuration.

A complex type that contains zero or more Tag elements.

Trait Implementations

impl Default for StreamingDistributionConfigWithTags
[src]

[src]

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

impl Debug for StreamingDistributionConfigWithTags
[src]

[src]

Formats the value using the given formatter.