Class: Aws::MediaPackageVod::Types::AssetShallow
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageVod::Types::AssetShallow
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagevod/types.rb
Overview
A MediaPackage VOD Asset resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the Asset.
-
#created_at ⇒ String
The time the Asset was initially submitted for Ingest.
-
#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
#arn ⇒ String
The ARN of the Asset.
162 163 164 165 166 167 168 169 170 171 172 173 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 162 class AssetShallow < Struct.new( :arn, :created_at, :id, :packaging_group_id, :resource_id, :source_arn, :source_role_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ String
The time the Asset was initially submitted for Ingest.
162 163 164 165 166 167 168 169 170 171 172 173 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 162 class AssetShallow < Struct.new( :arn, :created_at, :id, :packaging_group_id, :resource_id, :source_arn, :source_role_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier for the Asset.
162 163 164 165 166 167 168 169 170 171 172 173 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 162 class AssetShallow < Struct.new( :arn, :created_at, :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.
162 163 164 165 166 167 168 169 170 171 172 173 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 162 class AssetShallow < Struct.new( :arn, :created_at, :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.
162 163 164 165 166 167 168 169 170 171 172 173 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 162 class AssetShallow < Struct.new( :arn, :created_at, :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.
162 163 164 165 166 167 168 169 170 171 172 173 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 162 class AssetShallow < Struct.new( :arn, :created_at, :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.
162 163 164 165 166 167 168 169 170 171 172 173 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 162 class AssetShallow < Struct.new( :arn, :created_at, :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
162 163 164 165 166 167 168 169 170 171 172 173 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 162 class AssetShallow < Struct.new( :arn, :created_at, :id, :packaging_group_id, :resource_id, :source_arn, :source_role_arn, :tags) SENSITIVE = [] include Aws::Structure end |