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.
965 966 967 968 969 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 965 class GetParticipantResponse < Struct.new( :participant) SENSITIVE = [] include Aws::Structure end |