Class: Aws::MediaLive::Types::DeleteChannelRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_idString

Returns:

  • (String)


2662
2663
2664
2665
2666
# File 'lib/aws-sdk-medialive/types.rb', line 2662

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