You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaPackageVod::Types::AssetShallow

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A MediaPackage VOD Asset resource.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the Asset.

Returns:

  • (String)

    The ARN of the Asset.

#created_atString

The time the Asset was initially submitted for Ingest.

Returns:

  • (String)

    The time the Asset was initially submitted for Ingest.

#idString

The unique identifier for the Asset.

Returns:

  • (String)

    The unique identifier for the Asset.

#packaging_group_idString

The ID of the PackagingGroup for the Asset.

Returns:

  • (String)

    The ID of the PackagingGroup for the Asset.

#resource_idString

The resource ID to include in SPEKE key requests.

Returns:

  • (String)

    The resource ID to include in SPEKE key requests.

#source_arnString

ARN of the source object in S3.

Returns:

  • (String)

    ARN of the source object in S3.

#source_role_arnString

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

Returns:

  • (String)

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

#tagsHash<String,String>

A collection of tags associated with a resource

Returns:

  • (Hash<String,String>)

    A collection of tags associated with a resource.