Class: Aws::MediaTailor::Types::DeletePlaybackConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::DeletePlaybackConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediatailor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the playback configuration.
Instance Attribute Details
#name ⇒ String
The name of the playback configuration.
1467 1468 1469 1470 1471 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 1467 class DeletePlaybackConfigurationRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |