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.
1918 1919 1920 1921 1922 |
# File 'lib/aws-sdk-ivs/types.rb', line 1918 class StopStreamRequest < Struct.new( :channel_arn) SENSITIVE = [] include Aws::Structure end |