Class: Aws::Types::StartTaskContactRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartTaskContactRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachments ⇒ ::Array[Types::TaskAttachment]
Returns the value of attribute attachments.
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#previous_contact_id ⇒ ::String
Returns the value of attribute previous_contact_id.
-
#quick_connect_id ⇒ ::String
Returns the value of attribute quick_connect_id.
-
#references ⇒ ::Hash[::String, Types::Reference]
Returns the value of attribute references.
-
#related_contact_id ⇒ ::String
Returns the value of attribute related_contact_id.
-
#scheduled_time ⇒ ::Time
Returns the value of attribute scheduled_time.
-
#segment_attributes ⇒ ::Hash[::String, Types::SegmentAttributeValue]
Returns the value of attribute segment_attributes.
-
#task_template_id ⇒ ::String
Returns the value of attribute task_template_id.
Instance Attribute Details
#attachments ⇒ ::Array[Types::TaskAttachment]
Returns the value of attribute attachments.
7821 7822 7823 |
# File 'sig/types.rbs', line 7821 def @attachments end |
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
7811 7812 7813 |
# File 'sig/types.rbs', line 7811 def attributes @attributes end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
7815 7816 7817 |
# File 'sig/types.rbs', line 7815 def client_token @client_token end |
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
7810 7811 7812 |
# File 'sig/types.rbs', line 7810 def contact_flow_id @contact_flow_id end |
#description ⇒ ::String
Returns the value of attribute description.
7814 7815 7816 |
# File 'sig/types.rbs', line 7814 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
7808 7809 7810 |
# File 'sig/types.rbs', line 7808 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
7812 7813 7814 |
# File 'sig/types.rbs', line 7812 def name @name end |
#previous_contact_id ⇒ ::String
Returns the value of attribute previous_contact_id.
7809 7810 7811 |
# File 'sig/types.rbs', line 7809 def previous_contact_id @previous_contact_id end |
#quick_connect_id ⇒ ::String
Returns the value of attribute quick_connect_id.
7818 7819 7820 |
# File 'sig/types.rbs', line 7818 def quick_connect_id @quick_connect_id end |
#references ⇒ ::Hash[::String, Types::Reference]
Returns the value of attribute references.
7813 7814 7815 |
# File 'sig/types.rbs', line 7813 def references @references end |
#related_contact_id ⇒ ::String
Returns the value of attribute related_contact_id.
7819 7820 7821 |
# File 'sig/types.rbs', line 7819 def @related_contact_id end |
#scheduled_time ⇒ ::Time
Returns the value of attribute scheduled_time.
7816 7817 7818 |
# File 'sig/types.rbs', line 7816 def scheduled_time @scheduled_time end |
#segment_attributes ⇒ ::Hash[::String, Types::SegmentAttributeValue]
Returns the value of attribute segment_attributes.
7820 7821 7822 |
# File 'sig/types.rbs', line 7820 def segment_attributes @segment_attributes end |
#task_template_id ⇒ ::String
Returns the value of attribute task_template_id.
7817 7818 7819 |
# File 'sig/types.rbs', line 7817 def task_template_id @task_template_id end |