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.
5983 5984 5985 |
# File 'sig/types.rbs', line 5983 def display_name @display_name end |
#participant_capabilities ⇒ Types::ParticipantCapabilities
Returns the value of attribute participant_capabilities.
5984 5985 5986 |
# File 'sig/types.rbs', line 5984 def participant_capabilities @participant_capabilities end |
#participant_role ⇒ "AGENT", ...
Returns the value of attribute participant_role.
5982 5983 5984 |
# File 'sig/types.rbs', line 5982 def participant_role @participant_role end |