Class: Aws::MediaLive::Types::DeleteChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::DeleteChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#channel_id ⇒ String
2717 2718 2719 2720 2721 |
# File 'lib/aws-sdk-medialive/types.rb', line 2717 class DeleteChannelRequest < Struct.new( :channel_id) SENSITIVE = [] include Aws::Structure end |