Class: Aws::Types::ParticipantDetailsToAdd
- Inherits:
-
Object
- Object
- Aws::Types::ParticipantDetailsToAdd
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#participant_capabilities ⇒ Types::ParticipantCapabilities
Returns the value of attribute participant_capabilities.
-
#participant_role ⇒ "AGENT", ...
Returns the value of attribute participant_role.
Instance Attribute Details
#display_name ⇒ ::String
Returns the value of attribute display_name.
6142 6143 6144 |
# File 'sig/types.rbs', line 6142 def display_name @display_name end |
#participant_capabilities ⇒ Types::ParticipantCapabilities
Returns the value of attribute participant_capabilities.
6143 6144 6145 |
# File 'sig/types.rbs', line 6143 def participant_capabilities @participant_capabilities end |
#participant_role ⇒ "AGENT", ...
Returns the value of attribute participant_role.
6141 6142 6143 |
# File 'sig/types.rbs', line 6141 def participant_role @participant_role end |