Class: Aws::Types::QuickConnectContactData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_id::String

Returns the value of attribute contact_id.

Returns:

  • (::String)


6323
6324
6325
# File 'sig/types.rbs', line 6323

def contact_id
  @contact_id
end

#initiation_timestamp::Time

Returns the value of attribute initiation_timestamp.

Returns:

  • (::Time)


6324
6325
6326
# File 'sig/types.rbs', line 6324

def initiation_timestamp
  @initiation_timestamp
end

#quick_connect_id::String

Returns the value of attribute quick_connect_id.

Returns:

  • (::String)


6325
6326
6327
# File 'sig/types.rbs', line 6325

def quick_connect_id
  @quick_connect_id
end

#quick_connect_name::String

Returns the value of attribute quick_connect_name.

Returns:

  • (::String)


6326
6327
6328
# File 'sig/types.rbs', line 6326

def quick_connect_name
  @quick_connect_name
end

#quick_connect_type"USER", ...

Returns the value of attribute quick_connect_type.

Returns:

  • ("USER", "QUEUE", "PHONE_NUMBER", "FLOW")


6327
6328
6329
# File 'sig/types.rbs', line 6327

def quick_connect_type
  @quick_connect_type
end