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

Class: Aws::MediaPackageVod::Types::CreateAssetRequest

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

Overview

Note:

When passing CreateAssetRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  id: "__string", # required
  packaging_group_id: "__string", # required
  resource_id: "__string",
  source_arn: "__string", # required
  source_role_arn: "__string", # required
  tags: {
    "__string" => "__string",
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#idString

Returns:

  • (String)

#packaging_group_idString

Returns:

  • (String)

#resource_idString

Returns:

  • (String)

#source_arnString

Returns:

  • (String)

#source_role_arnString

Returns:

  • (String)

#tagsHash<String,String>

A collection of tags associated with a resource

Returns:

  • (Hash<String,String>)

    A collection of tags associated with a resource.