Class: Aws::Types::GetProspectingFromEngagementTaskResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


582
583
584
# File 'sig/types.rbs', line 582

def end_time
  @end_time
end

#engagements::Array[Types::EngagementProspectingResult]

Returns the value of attribute engagements.



583
584
585
# File 'sig/types.rbs', line 583

def engagements
  @engagements
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


581
582
583
# File 'sig/types.rbs', line 581

def start_time
  @start_time
end

#task_arn::String

Returns the value of attribute task_arn.

Returns:

  • (::String)


579
580
581
# File 'sig/types.rbs', line 579

def task_arn
  @task_arn
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


578
579
580
# File 'sig/types.rbs', line 578

def task_id
  @task_id
end

#task_name::String

Returns the value of attribute task_name.

Returns:

  • (::String)


580
581
582
# File 'sig/types.rbs', line 580

def task_name
  @task_name
end