Class: Aws::MediaPackageVod::Types::AssetCreateParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageVod::Types::AssetCreateParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagevod/types.rb
Overview
Parameters used to create a MediaPackage VOD Asset.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The unique identifier for the Asset.
-
#packaging_group_id ⇒ String
The ID of the PackagingGroup for the Asset.
-
#resource_id ⇒ String
The resource ID to include in SPEKE key requests.
-
#source_arn ⇒ String
ARN of the source object in S3.
-
#source_role_arn ⇒ String
The IAM role ARN used to access the source S3 bucket.
-
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource.
Instance Attribute Details
#id ⇒ String
The unique identifier for the Asset.
95 96 97 98 99 100 101 102 103 104 |
# File '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_id ⇒ String
The ID of the PackagingGroup for the Asset.
95 96 97 98 99 100 101 102 103 104 |
# File '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_id ⇒ String
The resource ID to include in SPEKE key requests.
95 96 97 98 99 100 101 102 103 104 |
# File '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_arn ⇒ String
ARN of the source object in S3.
95 96 97 98 99 100 101 102 103 104 |
# File '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_arn ⇒ String
The IAM role ARN used to access the source S3 bucket.
95 96 97 98 99 100 101 102 103 104 |
# File '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 |
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource
95 96 97 98 99 100 101 102 103 104 |
# File '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 |