[][src]Struct rusoto_mediapackage::RotateIngestEndpointCredentialsResponse

pub struct RotateIngestEndpointCredentialsResponse {
    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

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>hls_ingest: Option<HlsIngest>id: Option<String>

The ID of the Channel.

ingress_access_logs: Option<IngressAccessLogs>tags: Option<HashMap<String, String>>

Trait Implementations

impl Clone for RotateIngestEndpointCredentialsResponse[src]

impl Debug for RotateIngestEndpointCredentialsResponse[src]

impl Default for RotateIngestEndpointCredentialsResponse[src]

impl<'de> Deserialize<'de> for RotateIngestEndpointCredentialsResponse[src]

impl PartialEq<RotateIngestEndpointCredentialsResponse> for RotateIngestEndpointCredentialsResponse[src]

impl StructuralPartialEq for RotateIngestEndpointCredentialsResponse[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.