Class: Aws::MediaTailor::Types::DeleteChannelRequest

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

#channel_nameString

The name of the channel.

Returns:

  • (String)


1916
1917
1918
1919
1920
# File 'lib/aws-sdk-mediatailor/types.rb', line 1916

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