Class: Aws::IVS::Types::MediaTailorPlaybackConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#playback_configuration_arnString

ARN of the customer-created EMT PlaybackConfiguration resource in the same region and account.

Returns:

  • (String)


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