#[non_exhaustive]pub struct CreateLiveSourceOutput {
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 ARN to assign to the live source.
creation_time: Option<DateTime>The time the live source was created.
http_package_configurations: Option<Vec<HttpPackageConfiguration>>A list of HTTP package configuration parameters for this live source.
last_modified_time: Option<DateTime>The time the live source was last modified.
live_source_name: Option<String>The name to assign to the live source.
source_location_name: Option<String>The name to assign to the source location of 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 CreateLiveSourceOutput
impl CreateLiveSourceOutput
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
The time 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 configuration parameters for this live source.
sourcepub fn last_modified_time(&self) -> Option<&DateTime>
pub fn last_modified_time(&self) -> Option<&DateTime>
The time the live source was last modified.
sourcepub fn live_source_name(&self) -> Option<&str>
pub fn live_source_name(&self) -> Option<&str>
The name to assign to the live source.
sourcepub fn source_location_name(&self) -> Option<&str>
pub fn source_location_name(&self) -> Option<&str>
The name to assign to the source location of 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 CreateLiveSourceOutput
impl CreateLiveSourceOutput
sourcepub fn builder() -> CreateLiveSourceOutputBuilder
pub fn builder() -> CreateLiveSourceOutputBuilder
Creates a new builder-style object to manufacture CreateLiveSourceOutput.
Trait Implementations§
source§impl Clone for CreateLiveSourceOutput
impl Clone for CreateLiveSourceOutput
source§fn clone(&self) -> CreateLiveSourceOutput
fn clone(&self) -> CreateLiveSourceOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for CreateLiveSourceOutput
impl Debug for CreateLiveSourceOutput
source§impl PartialEq for CreateLiveSourceOutput
impl PartialEq for CreateLiveSourceOutput
source§fn eq(&self, other: &CreateLiveSourceOutput) -> bool
fn eq(&self, other: &CreateLiveSourceOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for CreateLiveSourceOutput
impl RequestId for CreateLiveSourceOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.