Struct aws_sdk_mediapackage::model::IngestEndpoint
source · #[non_exhaustive]pub struct IngestEndpoint { /* private fields */ }
Expand description
An endpoint for ingesting source content for a Channel.
Implementations§
source§impl IngestEndpoint
impl IngestEndpoint
source§impl IngestEndpoint
impl IngestEndpoint
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture IngestEndpoint
.
Trait Implementations§
source§impl Clone for IngestEndpoint
impl Clone for IngestEndpoint
source§fn clone(&self) -> IngestEndpoint
fn clone(&self) -> IngestEndpoint
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 more