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

Class: Aws::MediaPackageVod::Types::AssetCreateParameters

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

Overview

Parameters used to create a MediaPackage VOD Asset.

Instance Attribute Summary collapse

Instance Attribute Details

#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.