Class: Aws::Types::StartTaskContactRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description, :attachments])

Instance Attribute Summary collapse

Instance Attribute Details

#attachments::Array[Types::TaskAttachment]

Returns the value of attribute attachments.

Returns:



8134
8135
8136
# File 'sig/types.rbs', line 8134

def attachments
  @attachments
end

#attributes::Hash[::String, ::String]

Returns the value of attribute attributes.

Returns:

  • (::Hash[::String, ::String])


8124
8125
8126
# File 'sig/types.rbs', line 8124

def attributes
  @attributes
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


8128
8129
8130
# File 'sig/types.rbs', line 8128

def client_token
  @client_token
end

#contact_flow_id::String

Returns the value of attribute contact_flow_id.

Returns:

  • (::String)


8123
8124
8125
# File 'sig/types.rbs', line 8123

def contact_flow_id
  @contact_flow_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


8127
8128
8129
# File 'sig/types.rbs', line 8127

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8121
8122
8123
# File 'sig/types.rbs', line 8121

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8125
8126
8127
# File 'sig/types.rbs', line 8125

def name
  @name
end

#previous_contact_id::String

Returns the value of attribute previous_contact_id.

Returns:

  • (::String)


8122
8123
8124
# File 'sig/types.rbs', line 8122

def previous_contact_id
  @previous_contact_id
end

#quick_connect_id::String

Returns the value of attribute quick_connect_id.

Returns:

  • (::String)


8131
8132
8133
# File 'sig/types.rbs', line 8131

def quick_connect_id
  @quick_connect_id
end

#references::Hash[::String, Types::Reference]

Returns the value of attribute references.

Returns:



8126
8127
8128
# File 'sig/types.rbs', line 8126

def references
  @references
end

Returns the value of attribute related_contact_id.

Returns:

  • (::String)


8132
8133
8134
# File 'sig/types.rbs', line 8132

def related_contact_id
  @related_contact_id
end

#scheduled_time::Time

Returns the value of attribute scheduled_time.

Returns:

  • (::Time)


8129
8130
8131
# File 'sig/types.rbs', line 8129

def scheduled_time
  @scheduled_time
end

#segment_attributes::Hash[::String, Types::SegmentAttributeValue]

Returns the value of attribute segment_attributes.

Returns:



8133
8134
8135
# File 'sig/types.rbs', line 8133

def segment_attributes
  @segment_attributes
end

#task_template_id::String

Returns the value of attribute task_template_id.

Returns:

  • (::String)


8130
8131
8132
# File 'sig/types.rbs', line 8130

def task_template_id
  @task_template_id
end