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.
1667 1668 1669 |
# File 'sig/types.rbs', line 1667 def participant_credentials @participant_credentials end |
#participant_id ⇒ ::String
Returns the value of attribute participant_id.
1668 1669 1670 |
# File 'sig/types.rbs', line 1668 def participant_id @participant_id end |