Class: Aws::PartnerCentralSelling::Types::ProspectingTaskSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-partnercentralselling/types.rb

Overview

A summary of a single prospecting task, returned by ‘ListProspectingFromEngagementTasks`. Contains key metrics and status information without the full per-engagement detail available from `GetProspectingFromEngagementTask`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#completed_engagement_countInteger

The number of engagements that have been successfully converted into prospecting leads.

Returns:

  • (Integer)


6061
6062
6063
6064
6065
6066
6067
6068
6069
6070
6071
6072
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 6061

class ProspectingTaskSummary < Struct.new(
  :task_id,
  :task_arn,
  :task_name,
  :start_time,
  :end_time,
  :total_engagement_count,
  :completed_engagement_count,
  :failed_engagement_count)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

The timestamp indicating when the task finished processing. This field is absent if the task is still in progress. The format follows ISO 8601 date-time notation.

Returns:

  • (Time)


6061
6062
6063
6064
6065
6066
6067
6068
6069
6070
6071
6072
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 6061

class ProspectingTaskSummary < Struct.new(
  :task_id,
  :task_arn,
  :task_name,
  :start_time,
  :end_time,
  :total_engagement_count,
  :completed_engagement_count,
  :failed_engagement_count)
  SENSITIVE = []
  include Aws::Structure
end

#failed_engagement_countInteger

The number of engagements that failed to be converted. Retrieve the full task details using ‘GetProspectingFromEngagementTask` for per-engagement error information.

Returns:

  • (Integer)


6061
6062
6063
6064
6065
6066
6067
6068
6069
6070
6071
6072
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 6061

class ProspectingTaskSummary < Struct.new(
  :task_id,
  :task_arn,
  :task_name,
  :start_time,
  :end_time,
  :total_engagement_count,
  :completed_engagement_count,
  :failed_engagement_count)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The timestamp indicating when the task was initiated. The format follows ISO 8601 date-time notation.

Returns:

  • (Time)


6061
6062
6063
6064
6065
6066
6067
6068
6069
6070
6071
6072
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 6061

class ProspectingTaskSummary < Struct.new(
  :task_id,
  :task_arn,
  :task_name,
  :start_time,
  :end_time,
  :total_engagement_count,
  :completed_engagement_count,
  :failed_engagement_count)
  SENSITIVE = []
  include Aws::Structure
end

#task_arnString

The Amazon Resource Name (ARN) of the task.

Returns:

  • (String)


6061
6062
6063
6064
6065
6066
6067
6068
6069
6070
6071
6072
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 6061

class ProspectingTaskSummary < Struct.new(
  :task_id,
  :task_arn,
  :task_name,
  :start_time,
  :end_time,
  :total_engagement_count,
  :completed_engagement_count,
  :failed_engagement_count)
  SENSITIVE = []
  include Aws::Structure
end

#task_idString

The unique identifier of the task. Use this value with ‘GetProspectingFromEngagementTask` to retrieve full task details.

Returns:

  • (String)


6061
6062
6063
6064
6065
6066
6067
6068
6069
6070
6071
6072
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 6061

class ProspectingTaskSummary < Struct.new(
  :task_id,
  :task_arn,
  :task_name,
  :start_time,
  :end_time,
  :total_engagement_count,
  :completed_engagement_count,
  :failed_engagement_count)
  SENSITIVE = []
  include Aws::Structure
end

#task_nameString

The descriptive name of the task provided when it was created.

Returns:

  • (String)


6061
6062
6063
6064
6065
6066
6067
6068
6069
6070
6071
6072
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 6061

class ProspectingTaskSummary < Struct.new(
  :task_id,
  :task_arn,
  :task_name,
  :start_time,
  :end_time,
  :total_engagement_count,
  :completed_engagement_count,
  :failed_engagement_count)
  SENSITIVE = []
  include Aws::Structure
end

#total_engagement_countInteger

The total number of engagements included in the task.

Returns:

  • (Integer)


6061
6062
6063
6064
6065
6066
6067
6068
6069
6070
6071
6072
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 6061

class ProspectingTaskSummary < Struct.new(
  :task_id,
  :task_arn,
  :task_name,
  :start_time,
  :end_time,
  :total_engagement_count,
  :completed_engagement_count,
  :failed_engagement_count)
  SENSITIVE = []
  include Aws::Structure
end