Class: Aws::IVS::Types::MediaTailorPlaybackConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::MediaTailorPlaybackConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
Object specifying a configuration for integration with an AWS Elemental MediaTailor (EMT).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#playback_configuration_arn ⇒ String
ARN of the customer-created EMT PlaybackConfiguration resource in the same region and account.
Instance Attribute Details
#playback_configuration_arn ⇒ String
ARN of the customer-created EMT PlaybackConfiguration resource in the same region and account.
1986 1987 1988 1989 1990 |
# File 'lib/aws-sdk-ivs/types.rb', line 1986 class MediaTailorPlaybackConfiguration < Struct.new( :playback_configuration_arn) SENSITIVE = [] include Aws::Structure end |