#[non_exhaustive]pub struct UpdateLiveSourceOutput {
pub arn: Option<String>,
pub creation_time: Option<DateTime>,
pub http_package_configurations: Option<Vec<HttpPackageConfiguration>>,
pub last_modified_time: Option<DateTime>,
pub live_source_name: Option<String>,
pub source_location_name: Option<String>,
pub tags: Option<HashMap<String, String>>,
/* private fields */
}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) associated with this live source.
creation_time: Option<DateTime>The timestamp that indicates when the live source was created.
http_package_configurations: Option<Vec<HttpPackageConfiguration>>A list of HTTP package configurations for the live source on this account.
last_modified_time: Option<DateTime>The timestamp that indicates when the live source was last modified.
live_source_name: Option<String>The name of the live source.
source_location_name: Option<String>The name of the source location associated with the live source.
The tags to assign to the live source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
Implementations§
source§impl UpdateLiveSourceOutput
impl UpdateLiveSourceOutput
sourcepub fn arn(&self) -> Option<&str>
pub fn arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) associated with this live source.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
The timestamp that indicates when the live source was created.
sourcepub fn http_package_configurations(&self) -> Option<&[HttpPackageConfiguration]>
pub fn http_package_configurations(&self) -> Option<&[HttpPackageConfiguration]>
A list of HTTP package configurations for the live source on this account.
sourcepub fn last_modified_time(&self) -> Option<&DateTime>
pub fn last_modified_time(&self) -> Option<&DateTime>
The timestamp that indicates when the live source was last modified.
sourcepub fn live_source_name(&self) -> Option<&str>
pub fn live_source_name(&self) -> Option<&str>
The name of the live source.
sourcepub fn source_location_name(&self) -> Option<&str>
pub fn source_location_name(&self) -> Option<&str>
The name of the source location associated with the live source.
The tags to assign to the live source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
source§impl UpdateLiveSourceOutput
impl UpdateLiveSourceOutput
sourcepub fn builder() -> UpdateLiveSourceOutputBuilder
pub fn builder() -> UpdateLiveSourceOutputBuilder
Creates a new builder-style object to manufacture UpdateLiveSourceOutput.
Trait Implementations§
source§impl Clone for UpdateLiveSourceOutput
impl Clone for UpdateLiveSourceOutput
source§fn clone(&self) -> UpdateLiveSourceOutput
fn clone(&self) -> UpdateLiveSourceOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for UpdateLiveSourceOutput
impl Debug for UpdateLiveSourceOutput
source§impl PartialEq for UpdateLiveSourceOutput
impl PartialEq for UpdateLiveSourceOutput
source§fn eq(&self, other: &UpdateLiveSourceOutput) -> bool
fn eq(&self, other: &UpdateLiveSourceOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for UpdateLiveSourceOutput
impl RequestId for UpdateLiveSourceOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.