Class: Aws::KinesisVideoSignalingChannels::Types::GetIceServerConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideoSignalingChannels::Types::GetIceServerConfigRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisvideosignalingchannels/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The ARN of the signaling channel to be used for the peer-to-peer connection between configured peers.
-
#client_id ⇒ String
Unique identifier for the viewer.
-
#service ⇒ String
Specifies the desired service.
-
#username ⇒ String
An optional user ID to be associated with the credentials.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the signaling channel to be used for the peer-to-peer connection between configured peers.
48 49 50 51 52 53 54 55 |
# File 'lib/aws-sdk-kinesisvideosignalingchannels/types.rb', line 48 class GetIceServerConfigRequest < Struct.new( :channel_arn, :client_id, :service, :username) SENSITIVE = [] include Aws::Structure end |
#client_id ⇒ String
Unique identifier for the viewer. Must be unique within the signaling channel.
48 49 50 51 52 53 54 55 |
# File 'lib/aws-sdk-kinesisvideosignalingchannels/types.rb', line 48 class GetIceServerConfigRequest < Struct.new( :channel_arn, :client_id, :service, :username) SENSITIVE = [] include Aws::Structure end |
#service ⇒ String
Specifies the desired service. Currently, ‘TURN` is the only valid value.
48 49 50 51 52 53 54 55 |
# File 'lib/aws-sdk-kinesisvideosignalingchannels/types.rb', line 48 class GetIceServerConfigRequest < Struct.new( :channel_arn, :client_id, :service, :username) SENSITIVE = [] include Aws::Structure end |
#username ⇒ String
An optional user ID to be associated with the credentials.
48 49 50 51 52 53 54 55 |
# File 'lib/aws-sdk-kinesisvideosignalingchannels/types.rb', line 48 class GetIceServerConfigRequest < Struct.new( :channel_arn, :client_id, :service, :username) SENSITIVE = [] include Aws::Structure end |