Class: Aws::MediaPackageV2::Types::ListMssManifestConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageV2::Types::ListMssManifestConfiguration
- Defined in:
- gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb
Overview
Summary information about a Microsoft Smooth Streaming (MSS) manifest configuration. This provides key details about the MSS manifest without including all configuration parameters.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#manifest_name ⇒ String
The name of the MSS manifest configuration.
-
#url ⇒ String
The URL for accessing the MSS manifest.
Instance Attribute Details
#manifest_name ⇒ String
The name of the MSS manifest configuration.
3159 3160 3161 3162 3163 3164 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 3159 class ListMssManifestConfiguration < Struct.new( :manifest_name, :url) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
The URL for accessing the MSS manifest.
3159 3160 3161 3162 3163 3164 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 3159 class ListMssManifestConfiguration < Struct.new( :manifest_name, :url) SENSITIVE = [] include Aws::Structure end |