Struct aws_sdk_chime::types::VideoArtifactsConfiguration
source · #[non_exhaustive]pub struct VideoArtifactsConfiguration { /* private fields */ }Expand description
The video artifact configuration object.
Implementations§
source§impl VideoArtifactsConfiguration
impl VideoArtifactsConfiguration
sourcepub fn state(&self) -> Option<&ArtifactsState>
pub fn state(&self) -> Option<&ArtifactsState>
Indicates whether the video artifact is enabled or disabled.
sourcepub fn mux_type(&self) -> Option<&VideoMuxType>
pub fn mux_type(&self) -> Option<&VideoMuxType>
The MUX type of the video artifact configuration object.
source§impl VideoArtifactsConfiguration
impl VideoArtifactsConfiguration
sourcepub fn builder() -> VideoArtifactsConfigurationBuilder
pub fn builder() -> VideoArtifactsConfigurationBuilder
Creates a new builder-style object to manufacture VideoArtifactsConfiguration.
Trait Implementations§
source§impl Clone for VideoArtifactsConfiguration
impl Clone for VideoArtifactsConfiguration
source§fn clone(&self) -> VideoArtifactsConfiguration
fn clone(&self) -> VideoArtifactsConfiguration
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 Debug for VideoArtifactsConfiguration
impl Debug for VideoArtifactsConfiguration
source§impl PartialEq<VideoArtifactsConfiguration> for VideoArtifactsConfiguration
impl PartialEq<VideoArtifactsConfiguration> for VideoArtifactsConfiguration
source§fn eq(&self, other: &VideoArtifactsConfiguration) -> bool
fn eq(&self, other: &VideoArtifactsConfiguration) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for VideoArtifactsConfiguration
Auto Trait Implementations§
impl RefUnwindSafe for VideoArtifactsConfiguration
impl Send for VideoArtifactsConfiguration
impl Sync for VideoArtifactsConfiguration
impl Unpin for VideoArtifactsConfiguration
impl UnwindSafe for VideoArtifactsConfiguration
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