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.
8016 8017 8018 |
# File 'sig/types.rbs', line 8016 def @attachments end |
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
8006 8007 8008 |
# File 'sig/types.rbs', line 8006 def attributes @attributes end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
8010 8011 8012 |
# File 'sig/types.rbs', line 8010 def client_token @client_token end |
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
8005 8006 8007 |
# File 'sig/types.rbs', line 8005 def contact_flow_id @contact_flow_id end |
#description ⇒ ::String
Returns the value of attribute description.
8009 8010 8011 |
# File 'sig/types.rbs', line 8009 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8003 8004 8005 |
# File 'sig/types.rbs', line 8003 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
8007 8008 8009 |
# File 'sig/types.rbs', line 8007 def name @name end |
#previous_contact_id ⇒ ::String
Returns the value of attribute previous_contact_id.
8004 8005 8006 |
# File 'sig/types.rbs', line 8004 def previous_contact_id @previous_contact_id end |
#quick_connect_id ⇒ ::String
Returns the value of attribute quick_connect_id.
8013 8014 8015 |
# File 'sig/types.rbs', line 8013 def quick_connect_id @quick_connect_id end |
#references ⇒ ::Hash[::String, Types::Reference]
Returns the value of attribute references.
8008 8009 8010 |
# File 'sig/types.rbs', line 8008 def references @references end |
#related_contact_id ⇒ ::String
Returns the value of attribute related_contact_id.
8014 8015 8016 |
# File 'sig/types.rbs', line 8014 def @related_contact_id end |
#scheduled_time ⇒ ::Time
Returns the value of attribute scheduled_time.
8011 8012 8013 |
# File 'sig/types.rbs', line 8011 def scheduled_time @scheduled_time end |
#segment_attributes ⇒ ::Hash[::String, Types::SegmentAttributeValue]
Returns the value of attribute segment_attributes.
8015 8016 8017 |
# File 'sig/types.rbs', line 8015 def segment_attributes @segment_attributes end |
#task_template_id ⇒ ::String
Returns the value of attribute task_template_id.
8012 8013 8014 |
# File 'sig/types.rbs', line 8012 def task_template_id @task_template_id end |