Struct aws_sdk_mediapackage::output::UpdateChannelOutput
source · [−]#[non_exhaustive]pub struct UpdateChannelOutput {
pub arn: Option<String>,
pub description: Option<String>,
pub egress_access_logs: Option<EgressAccessLogs>,
pub hls_ingest: Option<HlsIngest>,
pub id: Option<String>,
pub ingress_access_logs: Option<IngressAccessLogs>,
pub tags: Option<HashMap<String, String>>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.arn: Option<String>
The Amazon Resource Name (ARN) assigned to the Channel.
description: Option<String>
A short text description of the Channel.
egress_access_logs: Option<EgressAccessLogs>
Configure egress access logging.
hls_ingest: Option<HlsIngest>
An HTTP Live Streaming (HLS) ingest resource configuration.
id: Option<String>
The ID of the Channel.
ingress_access_logs: Option<IngressAccessLogs>
Configure ingress access logging.
A collection of tags associated with a resource
Implementations
A short text description of the Channel.
Configure egress access logging.
An HTTP Live Streaming (HLS) ingest resource configuration.
Configure ingress access logging.
A collection of tags associated with a resource
Creates a new builder-style object to manufacture UpdateChannelOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for UpdateChannelOutput
impl Send for UpdateChannelOutput
impl Sync for UpdateChannelOutput
impl Unpin for UpdateChannelOutput
impl UnwindSafe for UpdateChannelOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more