Class: Aws::MediaPackageVod::Types::Asset

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)


53
54
55
56
57
58
59
60
61
62
63
64
65
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 53

class Asset < Struct.new(
  :arn,
  :created_at,
  :egress_endpoints,
  :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)


53
54
55
56
57
58
59
60
61
62
63
64
65
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 53

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

#egress_endpointsArray<Types::EgressEndpoint>

The list of egress endpoints available for the Asset.

Returns:



53
54
55
56
57
58
59
60
61
62
63
64
65
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 53

class Asset < Struct.new(
  :arn,
  :created_at,
  :egress_endpoints,
  :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)


53
54
55
56
57
58
59
60
61
62
63
64
65
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 53

class Asset < Struct.new(
  :arn,
  :created_at,
  :egress_endpoints,
  :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)


53
54
55
56
57
58
59
60
61
62
63
64
65
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 53

class Asset < Struct.new(
  :arn,
  :created_at,
  :egress_endpoints,
  :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)


53
54
55
56
57
58
59
60
61
62
63
64
65
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 53

class Asset < Struct.new(
  :arn,
  :created_at,
  :egress_endpoints,
  :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)


53
54
55
56
57
58
59
60
61
62
63
64
65
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 53

class Asset < Struct.new(
  :arn,
  :created_at,
  :egress_endpoints,
  :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)


53
54
55
56
57
58
59
60
61
62
63
64
65
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 53

class Asset < Struct.new(
  :arn,
  :created_at,
  :egress_endpoints,
  :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>)


53
54
55
56
57
58
59
60
61
62
63
64
65
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 53

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