Struct aws_sdk_mediapackage::types::HlsIngest
source · #[non_exhaustive]pub struct HlsIngest { /* private fields */ }Expand description
An HTTP Live Streaming (HLS) ingest resource configuration.
Implementations§
source§impl HlsIngest
impl HlsIngest
sourcepub fn ingest_endpoints(&self) -> Option<&[IngestEndpoint]>
pub fn ingest_endpoints(&self) -> Option<&[IngestEndpoint]>
A list of endpoints to which the source stream should be sent.
Trait Implementations§
source§impl PartialEq<HlsIngest> for HlsIngest
impl PartialEq<HlsIngest> for HlsIngest
impl StructuralPartialEq for HlsIngest
Auto Trait Implementations§
impl RefUnwindSafe for HlsIngest
impl Send for HlsIngest
impl Sync for HlsIngest
impl Unpin for HlsIngest
impl UnwindSafe for HlsIngest
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