Class: Aws::IVS::Types::StopStreamRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

ARN of the channel for which the stream is to be stopped.

Returns:

  • (String)


1815
1816
1817
1818
1819
# File 'lib/aws-sdk-ivs/types.rb', line 1815

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