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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb

Overview

Parameters used to create a MediaPackage VOD Asset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The unique identifier for the Asset.

Returns:

  • (String)


95
96
97
98
99
100
101
102
103
104
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 95

class AssetCreateParameters < Struct.new(
  :id,
  :packaging_group_id,
  :resource_id,
  :source_arn,
  :source_role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#packaging_group_idString

The ID of the PackagingGroup for the Asset.

Returns:

  • (String)


95
96
97
98
99
100
101
102
103
104
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 95

class AssetCreateParameters < Struct.new(
  :id,
  :packaging_group_id,
  :resource_id,
  :source_arn,
  :source_role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The resource ID to include in SPEKE key requests.

Returns:

  • (String)


95
96
97
98
99
100
101
102
103
104
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 95

class AssetCreateParameters < Struct.new(
  :id,
  :packaging_group_id,
  :resource_id,
  :source_arn,
  :source_role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#source_arnString

ARN of the source object in S3.

Returns:

  • (String)


95
96
97
98
99
100
101
102
103
104
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 95

class AssetCreateParameters < Struct.new(
  :id,
  :packaging_group_id,
  :resource_id,
  :source_arn,
  :source_role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#source_role_arnString

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

Returns:

  • (String)


95
96
97
98
99
100
101
102
103
104
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 95

class AssetCreateParameters < Struct.new(
  :id,
  :packaging_group_id,
  :resource_id,
  :source_arn,
  :source_role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A collection of tags associated with a resource

Returns:

  • (Hash<String,String>)


95
96
97
98
99
100
101
102
103
104
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 95

class AssetCreateParameters < Struct.new(
  :id,
  :packaging_group_id,
  :resource_id,
  :source_arn,
  :source_role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end