Class: Aws::IVSRealTime::Types::CreateParticipantTokenResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::CreateParticipantTokenResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivsrealtime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#participant_token ⇒ Types::ParticipantToken
The participant token that was created.
Instance Attribute Details
#participant_token ⇒ Types::ParticipantToken
The participant token that was created.
365 366 367 368 369 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 365 class CreateParticipantTokenResponse < Struct.new( :participant_token) SENSITIVE = [] include Aws::Structure end |