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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivs/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)


1802
1803
1804
1805
1806
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1802

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