Class: Aws::Connect::Types::ParticipantDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ParticipantDetails
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Note:
When making an API call, you may pass ParticipantDetails data as a hash:
{
display_name: "DisplayName", # required
}
The customer's details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#display_name ⇒ String
Display name of the participant.
Instance Attribute Details
#display_name ⇒ String
Display name of the participant.
7666 7667 7668 7669 7670 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7666 class ParticipantDetails < Struct.new( :display_name) SENSITIVE = [] include Aws::Structure end |