Class: Aws::IVS::Types::StopStreamRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::StopStreamRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
ARN of the channel for which the stream is to be stopped.
Instance Attribute Details
#channel_arn ⇒ String
ARN of the channel for which the stream is to be stopped.
1802 1803 1804 1805 1806 |
# File 'lib/aws-sdk-ivs/types.rb', line 1802 class StopStreamRequest < Struct.new( :channel_arn) SENSITIVE = [] include Aws::Structure end |