pub struct StreamingDistributionConfigWithTags {
pub streaming_distribution_config: StreamingDistributionConfig,
pub tags: Tags,
}
Expand description
A streaming distribution Configuration and a list of tags to be associated with the streaming distribution.
Fields§
§streaming_distribution_config: StreamingDistributionConfig
A streaming distribution Configuration.
A complex type that contains zero or more Tag
elements.
Trait Implementations§
Source§impl Clone for StreamingDistributionConfigWithTags
impl Clone for StreamingDistributionConfigWithTags
Source§fn clone(&self) -> StreamingDistributionConfigWithTags
fn clone(&self) -> StreamingDistributionConfigWithTags
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for StreamingDistributionConfigWithTags
impl Default for StreamingDistributionConfigWithTags
Source§fn default() -> StreamingDistributionConfigWithTags
fn default() -> StreamingDistributionConfigWithTags
Returns the “default value” for a type. Read more
Source§impl PartialEq for StreamingDistributionConfigWithTags
impl PartialEq for StreamingDistributionConfigWithTags
Source§fn eq(&self, other: &StreamingDistributionConfigWithTags) -> bool
fn eq(&self, other: &StreamingDistributionConfigWithTags) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for StreamingDistributionConfigWithTags
Auto Trait Implementations§
impl Freeze for StreamingDistributionConfigWithTags
impl RefUnwindSafe for StreamingDistributionConfigWithTags
impl Send for StreamingDistributionConfigWithTags
impl Sync for StreamingDistributionConfigWithTags
impl Unpin for StreamingDistributionConfigWithTags
impl UnwindSafe for StreamingDistributionConfigWithTags
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more