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)


8544
8545
8546
# File 'sig/types.rbs', line 8544

def client_token
  @client_token
end

#contact_flow_id::String

Returns the value of attribute contact_flow_id.

Returns:

  • (::String)


8543
8544
8545
# File 'sig/types.rbs', line 8543

def contact_flow_id
  @contact_flow_id
end

#contact_id::String

Returns the value of attribute contact_id.

Returns:

  • (::String)


8540
8541
8542
# File 'sig/types.rbs', line 8540

def contact_id
  @contact_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8539
8540
8541
# File 'sig/types.rbs', line 8539

def instance_id
  @instance_id
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


8541
8542
8543
# File 'sig/types.rbs', line 8541

def queue_id
  @queue_id
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


8542
8543
8544
# File 'sig/types.rbs', line 8542

def user_id
  @user_id
end