Class: Aws::Connect::Types::UpdateParticipantRoleConfigChannelInfo

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

Overview

Note:

UpdateParticipantRoleConfigChannelInfo is a union - when making an API calls you must set exactly one of the members.

Configuration information for the chat participant role.

Direct Known Subclasses

Chat, Unknown

Defined Under Namespace

Classes: Chat, Unknown

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#chatTypes::ChatParticipantRoleConfig

Configuration information for the chat participant role.



19406
19407
19408
19409
19410
19411
19412
19413
19414
19415
# File 'lib/aws-sdk-connect/types.rb', line 19406

class UpdateParticipantRoleConfigChannelInfo < Struct.new(
  :chat,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class Chat < UpdateParticipantRoleConfigChannelInfo; end
  class Unknown < UpdateParticipantRoleConfigChannelInfo; end
end

#unknownObject

Returns the value of attribute unknown

Returns:

  • (Object)

    the current value of unknown



19406
19407
19408
# File 'lib/aws-sdk-connect/types.rb', line 19406

def unknown
  @unknown
end