[][src]Struct rusoto_mediapackage_vod::CreateAssetResponse

pub struct CreateAssetResponse {
    pub arn: Option<String>,
    pub created_at: Option<String>,
    pub egress_endpoints: Option<Vec<EgressEndpoint>>,
    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>>,
}

Fields

arn: Option<String>

The ARN of the Asset.

created_at: Option<String>

The time the Asset was initially submitted for Ingest.

egress_endpoints: Option<Vec<EgressEndpoint>>

The list of egress endpoints available for the Asset.

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 CreateAssetResponse[src]

impl Debug for CreateAssetResponse[src]

impl Default for CreateAssetResponse[src]

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

impl PartialEq<CreateAssetResponse> for CreateAssetResponse[src]

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