You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::KinesisVideo::Types::GetSignalingChannelEndpointInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetSignalingChannelEndpointInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  channel_arn: "ResourceARN", # required
  single_master_channel_endpoint_configuration: {
    protocols: ["WSS"], # accepts WSS, HTTPS
    role: "MASTER", # accepts MASTER, VIEWER
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

The Amazon Resource Name (ARN) of the signalling channel for which you want to get an endpoint.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the signalling channel for which you want to get an endpoint.

#single_master_channel_endpoint_configurationTypes::SingleMasterChannelEndpointConfiguration

A structure containing the endpoint configuration for the SINGLE_MASTER channel type.

Returns: