Struct aws_sdk_ivs::types::StreamKey
source · #[non_exhaustive]pub struct StreamKey {
pub arn: Option<String>,
pub value: Option<String>,
pub channel_arn: Option<String>,
pub tags: Option<HashMap<String, String>>,
}Expand description
Object specifying a stream key.
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>Stream-key ARN.
value: Option<String>Stream-key value.
channel_arn: Option<String>Channel ARN for the stream.
Tags attached to the resource. Array of 1-50 maps, each of the form string:string (key:value). See Tagging Amazon Web Services Resources for more information, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.
Implementations§
source§impl StreamKey
impl StreamKey
sourcepub fn channel_arn(&self) -> Option<&str>
pub fn channel_arn(&self) -> Option<&str>
Channel ARN for the stream.
Tags attached to the resource. Array of 1-50 maps, each of the form string:string (key:value). See Tagging Amazon Web Services Resources for more information, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.