Class: Aws::Types::TransferContactRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


8555
8556
8557
# File 'sig/types.rbs', line 8555

def client_token
  @client_token
end

#contact_flow_id::String

Returns the value of attribute contact_flow_id.

Returns:

  • (::String)


8554
8555
8556
# File 'sig/types.rbs', line 8554

def contact_flow_id
  @contact_flow_id
end

#contact_id::String

Returns the value of attribute contact_id.

Returns:

  • (::String)


8551
8552
8553
# File 'sig/types.rbs', line 8551

def contact_id
  @contact_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8550
8551
8552
# File 'sig/types.rbs', line 8550

def instance_id
  @instance_id
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


8552
8553
8554
# File 'sig/types.rbs', line 8552

def queue_id
  @queue_id
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


8553
8554
8555
# File 'sig/types.rbs', line 8553

def user_id
  @user_id
end