Class: Aws::Types::StartProspectingFromEngagementTaskResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#identifiers::Array[::String]

Returns the value of attribute identifiers.

Returns:

  • (::Array[::String])


1447
1448
1449
# File 'sig/types.rbs', line 1447

def identifiers
  @identifiers
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1449
1450
1451
# File 'sig/types.rbs', line 1449

def message
  @message
end

#reason_code::String

Returns the value of attribute reason_code.

Returns:

  • (::String)


1450
1451
1452
# File 'sig/types.rbs', line 1450

def reason_code
  @reason_code
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1451
1452
1453
# File 'sig/types.rbs', line 1451

def start_time
  @start_time
end

#task_arn::String

Returns the value of attribute task_arn.

Returns:

  • (::String)


1453
1454
1455
# File 'sig/types.rbs', line 1453

def task_arn
  @task_arn
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


1452
1453
1454
# File 'sig/types.rbs', line 1452

def task_id
  @task_id
end

#task_name::String

Returns the value of attribute task_name.

Returns:

  • (::String)


1448
1449
1450
# File 'sig/types.rbs', line 1448

def task_name
  @task_name
end

#task_status"PENDING", ...

Returns the value of attribute task_status.

Returns:

  • ("PENDING", "IN_PROGRESS", "COMPLETED", "FAILED")


1454
1455
1456
# File 'sig/types.rbs', line 1454

def task_status
  @task_status
end