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

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

Overview

Note:

When making an API call, you may pass DeleteChannelRequest data as a hash:

{
  channel_id: "__string", # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_idString

Returns:

  • (String)


4695
4696
4697
4698
4699
# File 'lib/aws-sdk-medialive/types.rb', line 4695

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