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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


788
789
790
791
792
793
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 788

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

#single_master_channel_endpoint_configurationTypes::SingleMasterChannelEndpointConfiguration

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



788
789
790
791
792
793
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 788

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