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:



7991
7992
7993
# File 'sig/types.rbs', line 7991

def attachments
  @attachments
end

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

Returns the value of attribute attributes.

Returns:

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


7981
7982
7983
# File 'sig/types.rbs', line 7981

def attributes
  @attributes
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


7985
7986
7987
# File 'sig/types.rbs', line 7985

def client_token
  @client_token
end

#contact_flow_id::String

Returns the value of attribute contact_flow_id.

Returns:

  • (::String)


7980
7981
7982
# File 'sig/types.rbs', line 7980

def contact_flow_id
  @contact_flow_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


7984
7985
7986
# File 'sig/types.rbs', line 7984

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


7978
7979
7980
# File 'sig/types.rbs', line 7978

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


7982
7983
7984
# File 'sig/types.rbs', line 7982

def name
  @name
end

#previous_contact_id::String

Returns the value of attribute previous_contact_id.

Returns:

  • (::String)


7979
7980
7981
# File 'sig/types.rbs', line 7979

def previous_contact_id
  @previous_contact_id
end

#quick_connect_id::String

Returns the value of attribute quick_connect_id.

Returns:

  • (::String)


7988
7989
7990
# File 'sig/types.rbs', line 7988

def quick_connect_id
  @quick_connect_id
end

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

Returns the value of attribute references.

Returns:



7983
7984
7985
# File 'sig/types.rbs', line 7983

def references
  @references
end

Returns the value of attribute related_contact_id.

Returns:

  • (::String)


7989
7990
7991
# File 'sig/types.rbs', line 7989

def related_contact_id
  @related_contact_id
end

#scheduled_time::Time

Returns the value of attribute scheduled_time.

Returns:

  • (::Time)


7986
7987
7988
# File 'sig/types.rbs', line 7986

def scheduled_time
  @scheduled_time
end

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

Returns the value of attribute segment_attributes.

Returns:



7990
7991
7992
# File 'sig/types.rbs', line 7990

def segment_attributes
  @segment_attributes
end

#task_template_id::String

Returns the value of attribute task_template_id.

Returns:

  • (::String)


7987
7988
7989
# File 'sig/types.rbs', line 7987

def task_template_id
  @task_template_id
end