[][src]Struct rusoto_mediapackage_vod::AssetShallow

pub struct AssetShallow {
    pub arn: Option<String>,
    pub created_at: Option<String>,
    pub id: Option<String>,
    pub packaging_group_id: Option<String>,
    pub resource_id: Option<String>,
    pub source_arn: Option<String>,
    pub source_role_arn: Option<String>,
    pub tags: Option<HashMap<String, String>>,
}

A MediaPackage VOD Asset resource.

Fields

arn: Option<String>

The ARN of the Asset.

created_at: Option<String>

The time the Asset was initially submitted for Ingest.

id: Option<String>

The unique identifier for the Asset.

packaging_group_id: Option<String>

The ID of the PackagingGroup for the Asset.

resource_id: Option<String>

The resource ID to include in SPEKE key requests.

source_arn: Option<String>

ARN of the source object in S3.

source_role_arn: Option<String>

The IAM role ARN used to access the source S3 bucket.

tags: Option<HashMap<String, String>>

Trait Implementations

impl Clone for AssetShallow[src]

impl Debug for AssetShallow[src]

impl Default for AssetShallow[src]

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

impl PartialEq<AssetShallow> for AssetShallow[src]

impl StructuralPartialEq for AssetShallow[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> 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.