Class: Aws::Types::ChannelDefinition

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_id ⇒ ::Integer

Returns the value of attribute channel_id.

Returns:

  • (::Integer)


92
93
94
# File 'sig/types.rbs', line 92

def channel_id
  @channel_id
end

#participant_role ⇒ "AGENT", "CUSTOMER"

Returns the value of attribute participant_role.

Returns:

  • ("AGENT", "CUSTOMER")


93
94
95
# File 'sig/types.rbs', line 93

def participant_role
  @participant_role
end