Class: Aws::MediaTailor::Types::GetPlaybackConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::GetPlaybackConfigurationRequest
- Defined in:
- gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The identifier for the playback configuration.
Instance Attribute Details
#name ⇒ String
The identifier for the playback configuration.
1830 1831 1832 1833 1834 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1830 class GetPlaybackConfigurationRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |