Class: Aws::KinesisVideoSignalingChannels::Types::SendAlexaOfferToMasterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideoSignalingChannels::Types::SendAlexaOfferToMasterRequest
- 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 by which Alexa and the master peer communicate.
-
#message_payload ⇒ String
The base64-encoded SDP offer content.
-
#sender_client_id ⇒ String
The unique identifier for the sender client.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the signaling channel by which Alexa and the master peer communicate.
173 174 175 176 177 178 179 |
# File 'lib/aws-sdk-kinesisvideosignalingchannels/types.rb', line 173 class SendAlexaOfferToMasterRequest < Struct.new( :channel_arn, :sender_client_id, :message_payload) SENSITIVE = [] include Aws::Structure end |
#message_payload ⇒ String
The base64-encoded SDP offer content.
173 174 175 176 177 178 179 |
# File 'lib/aws-sdk-kinesisvideosignalingchannels/types.rb', line 173 class SendAlexaOfferToMasterRequest < Struct.new( :channel_arn, :sender_client_id, :message_payload) SENSITIVE = [] include Aws::Structure end |
#sender_client_id ⇒ String
The unique identifier for the sender client.
173 174 175 176 177 178 179 |
# File 'lib/aws-sdk-kinesisvideosignalingchannels/types.rb', line 173 class SendAlexaOfferToMasterRequest < Struct.new( :channel_arn, :sender_client_id, :message_payload) SENSITIVE = [] include Aws::Structure end |