Class: Aws::Types::CreateParticipantResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateParticipantResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#participant_credentials ⇒ Types::ParticipantTokenCredentials
Returns the value of attribute participant_credentials.
-
#participant_id ⇒ ::String
Returns the value of attribute participant_id.
Instance Attribute Details
#participant_credentials ⇒ Types::ParticipantTokenCredentials
Returns the value of attribute participant_credentials.
1613 1614 1615 |
# File 'sig/types.rbs', line 1613 def participant_credentials @participant_credentials end |
#participant_id ⇒ ::String
Returns the value of attribute participant_id.
1614 1615 1616 |
# File 'sig/types.rbs', line 1614 def participant_id @participant_id end |