pub struct RotateChannelCredentialsResponse {
pub arn: Option<String>,
pub description: Option<String>,
pub hls_ingest: Option<HlsIngest>,
pub id: Option<String>,
pub tags: Option<HashMap<String, String>>,
}Fields§
§arn: Option<String>The Amazon Resource Name (ARN) assigned to the Channel.
description: Option<String>A short text description of the Channel.
hls_ingest: Option<HlsIngest>§id: Option<String>The ID of the Channel.
Trait Implementations§
Source§impl Clone for RotateChannelCredentialsResponse
impl Clone for RotateChannelCredentialsResponse
Source§fn clone(&self) -> RotateChannelCredentialsResponse
fn clone(&self) -> RotateChannelCredentialsResponse
Returns a duplicate 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 moreSource§impl Default for RotateChannelCredentialsResponse
impl Default for RotateChannelCredentialsResponse
Source§fn default() -> RotateChannelCredentialsResponse
fn default() -> RotateChannelCredentialsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RotateChannelCredentialsResponse
impl<'de> Deserialize<'de> for RotateChannelCredentialsResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RotateChannelCredentialsResponse
impl PartialEq for RotateChannelCredentialsResponse
Source§fn eq(&self, other: &RotateChannelCredentialsResponse) -> bool
fn eq(&self, other: &RotateChannelCredentialsResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RotateChannelCredentialsResponse
Auto Trait Implementations§
impl Freeze for RotateChannelCredentialsResponse
impl RefUnwindSafe for RotateChannelCredentialsResponse
impl Send for RotateChannelCredentialsResponse
impl Sync for RotateChannelCredentialsResponse
impl Unpin for RotateChannelCredentialsResponse
impl UnwindSafe for RotateChannelCredentialsResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more