Class: Aws::Connect::Types::ChatParticipantRoleConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Configuration information for the chat participant role.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#participant_timer_config_listArray<Types::ParticipantTimerConfiguration>

A list of participant timers. You can specify any unique combination of role and timer type. Duplicate entries error out the request with a 400.



1355
1356
1357
1358
1359
# File 'lib/aws-sdk-connect/types.rb', line 1355

class ChatParticipantRoleConfig < Struct.new(
  :participant_timer_config_list)
  SENSITIVE = []
  include Aws::Structure
end