Class: Aws::MediaTailor::Types::DeletePlaybackConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediatailor/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the playback configuration.

Returns:

  • (String)


1613
1614
1615
1616
1617
# File 'lib/aws-sdk-mediatailor/types.rb', line 1613

class DeletePlaybackConfigurationRequest < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end