Class: Aws::MediaLive::Types::StopChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::StopChannelRequest
- 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
11885 11886 11887 11888 11889 |
# File 'lib/aws-sdk-medialive/types.rb', line 11885 class StopChannelRequest < Struct.new( :channel_id) SENSITIVE = [] include Aws::Structure end |