Class: Aws::KinesisVideoWebRTCStorage::Types::JoinStorageSessionInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesisvideowebrtcstorage/lib/aws-sdk-kinesisvideowebrtcstorage/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

The Amazon Resource Name (ARN) of the signaling channel.

Returns:

  • (String)


59
60
61
62
63
# File 'gems/aws-sdk-kinesisvideowebrtcstorage/lib/aws-sdk-kinesisvideowebrtcstorage/types.rb', line 59

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