Class: Aws::MediaPackageVod::Types::AssetShallow

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

Overview

A MediaPackage VOD Asset resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the Asset.

Returns:

  • (String)


162
163
164
165
166
167
168
169
170
171
172
173
# File 'gems/aws-sdk-mediapackagevod/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_atString

The time the Asset was initially submitted for Ingest.

Returns:

  • (String)


162
163
164
165
166
167
168
169
170
171
172
173
# File 'gems/aws-sdk-mediapackagevod/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

#idString

The unique identifier for the Asset.

Returns:

  • (String)


162
163
164
165
166
167
168
169
170
171
172
173
# File 'gems/aws-sdk-mediapackagevod/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_idString

The ID of the PackagingGroup for the Asset.

Returns:

  • (String)


162
163
164
165
166
167
168
169
170
171
172
173
# File 'gems/aws-sdk-mediapackagevod/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_idString

The resource ID to include in SPEKE key requests.

Returns:

  • (String)


162
163
164
165
166
167
168
169
170
171
172
173
# File 'gems/aws-sdk-mediapackagevod/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_arnString

ARN of the source object in S3.

Returns:

  • (String)


162
163
164
165
166
167
168
169
170
171
172
173
# File 'gems/aws-sdk-mediapackagevod/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_arnString

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

Returns:

  • (String)


162
163
164
165
166
167
168
169
170
171
172
173
# File 'gems/aws-sdk-mediapackagevod/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

#tagsHash<String,String>

A collection of tags associated with a resource

Returns:

  • (Hash<String,String>)


162
163
164
165
166
167
168
169
170
171
172
173
# File 'gems/aws-sdk-mediapackagevod/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