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.
1685 1686 1687 |
# File 'sig/types.rbs', line 1685 def participant_credentials @participant_credentials end |
#participant_id ⇒ ::String
Returns the value of attribute participant_id.
1686 1687 1688 |
# File 'sig/types.rbs', line 1686 def participant_id @participant_id end |