Class: Aws::KinesisVideoSignalingChannels::Types::SendAlexaOfferToMasterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideoSignalingChannels::Types::SendAlexaOfferToMasterResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisvideosignalingchannels/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#answer ⇒ String
The base64-encoded SDP answer content.
Instance Attribute Details
#answer ⇒ String
The base64-encoded SDP answer content.
187 188 189 190 191 |
# File 'lib/aws-sdk-kinesisvideosignalingchannels/types.rb', line 187 class SendAlexaOfferToMasterResponse < Struct.new( :answer) SENSITIVE = [] include Aws::Structure end |