Class: Aws::IVSRealTime::Types::GetParticipantResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::GetParticipantResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivsrealtime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#participant ⇒ Types::Participant
The participant that is returned.
Instance Attribute Details
#participant ⇒ Types::Participant
The participant that is returned.
999 1000 1001 1002 1003 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 999 class GetParticipantResponse < Struct.new( :participant) SENSITIVE = [] include Aws::Structure end |