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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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.

Defined Under Namespace

Classes: Chat, Unknown

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#chat ⇒ Types::ChatParticipantRoleConfig

Configuration information for the chat participant role.



38817
38818
38819
38820
38821
38822
38823
38824
38825
38826
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 38817

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

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

#unknown ⇒ Object

Returns the value of attribute unknown

Returns:

  • (Object) —

    the current value of unknown



38817
38818
38819
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 38817

def unknown
  @unknown
end