Class: Aws::KinesisVideo::Types::GetSignalingChannelEndpointInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::GetSignalingChannelEndpointInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisvideo/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The Amazon Resource Name (ARN) of the signalling channel for which you want to get an endpoint.
-
#single_master_channel_endpoint_configuration ⇒ Types::SingleMasterChannelEndpointConfiguration
A structure containing the endpoint configuration for the ‘SINGLE_MASTER` channel type.
Instance Attribute Details
#channel_arn ⇒ String
The Amazon Resource Name (ARN) of the signalling channel for which you want to get an endpoint.
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_configuration ⇒ Types::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 |