Class: Aws::Types::TransferContactRequest
- Inherits:
-
Object
- Object
- Aws::Types::TransferContactRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
-
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
8230 8231 8232 |
# File 'sig/types.rbs', line 8230 def client_token @client_token end |
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
8229 8230 8231 |
# File 'sig/types.rbs', line 8229 def contact_flow_id @contact_flow_id end |
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
8226 8227 8228 |
# File 'sig/types.rbs', line 8226 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8225 8226 8227 |
# File 'sig/types.rbs', line 8225 def instance_id @instance_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
8227 8228 8229 |
# File 'sig/types.rbs', line 8227 def queue_id @queue_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
8228 8229 8230 |
# File 'sig/types.rbs', line 8228 def user_id @user_id end |