Class: Aws::MediaPackageVod::Types::EgressEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageVod::Types::EgressEndpoint
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagevod/types.rb
Overview
The endpoint URL used to access an Asset using one PackagingConfiguration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#packaging_configuration_id ⇒ String
The ID of the PackagingConfiguration being applied to the Asset.
-
#status ⇒ String
The current processing status of the asset used for the packaging configuration.
-
#url ⇒ String
The URL of the parent manifest for the repackaged Asset.
Instance Attribute Details
#packaging_configuration_id ⇒ String
The ID of the PackagingConfiguration being applied to the Asset.
927 928 929 930 931 932 933 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 927 class EgressEndpoint < Struct.new( :packaging_configuration_id, :status, :url) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current processing status of the asset used for the packaging configuration. The status can be either QUEUED, PROCESSING, PLAYABLE, or FAILED. Status information won’t be available for most assets ingested before 2021-09-30.
927 928 929 930 931 932 933 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 927 class EgressEndpoint < Struct.new( :packaging_configuration_id, :status, :url) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
The URL of the parent manifest for the repackaged Asset.
927 928 929 930 931 932 933 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 927 class EgressEndpoint < Struct.new( :packaging_configuration_id, :status, :url) SENSITIVE = [] include Aws::Structure end |