Class: Aws::IVS::Types::GetStreamRequest

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

Channel ARN for stream to be accessed.

Returns:

  • (String)


1403
1404
1405
1406
1407
# File 'lib/aws-sdk-ivs/types.rb', line 1403

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