Class: Aws::MediaTailor::Types::StopChannelRequest

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)


4488
4489
4490
4491
4492
# File 'lib/aws-sdk-mediatailor/types.rb', line 4488

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