Class: Aws::Types::CreateParticipantRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateParticipantRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#participant_details ⇒ Types::ParticipantDetailsToAdd
Returns the value of attribute participant_details.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1607 1608 1609 |
# File 'sig/types.rbs', line 1607 def client_token @client_token end |
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
1606 1607 1608 |
# File 'sig/types.rbs', line 1606 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1605 1606 1607 |
# File 'sig/types.rbs', line 1605 def instance_id @instance_id end |
#participant_details ⇒ Types::ParticipantDetailsToAdd
Returns the value of attribute participant_details.
1608 1609 1610 |
# File 'sig/types.rbs', line 1608 def participant_details @participant_details end |