Class: Aws::PartnerCentralSelling::Types::GetProspectingFromEngagementTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::GetProspectingFromEngagementTaskResponse
- Defined in:
- gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb
Overview
Represents the response structure containing the full details of a
prospecting task, including per-engagement processing results.
Includes the Status field of each EngagementProspectingResult
entry to determine individual outcomes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The timestamp indicating when the task finished processing.
-
#engagements ⇒ Array<Types::EngagementProspectingResult>
An array of
EngagementProspectingResultentries for each engagement in the task. -
#start_time ⇒ Time
The timestamp indicating when the task was initiated.
-
#task_arn ⇒ String
The Amazon Resource Name (ARN) of the task.
-
#task_id ⇒ String
The unique identifier of the task.
-
#task_name ⇒ String
The descriptive name of the task that you provided when you created it.
Instance Attribute Details
#end_time ⇒ Time
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.
2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2808 class GetProspectingFromEngagementTaskResponse < Struct.new( :task_id, :task_arn, :task_name, :start_time, :end_time, :engagements) SENSITIVE = [] include Aws::Structure end |
#engagements ⇒ Array<Types::EngagementProspectingResult>
An array of EngagementProspectingResult entries for each
engagement in the task. Each entry contains the processing status.
For successfully completed engagements, includes the prospecting
context identifier. For failed engagements, includes an error code
and message.
2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2808 class GetProspectingFromEngagementTaskResponse < Struct.new( :task_id, :task_arn, :task_name, :start_time, :end_time, :engagements) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The timestamp indicating when the task was initiated. The format follows ISO 8601 date-time notation.
2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2808 class GetProspectingFromEngagementTaskResponse < Struct.new( :task_id, :task_arn, :task_name, :start_time, :end_time, :engagements) SENSITIVE = [] include Aws::Structure end |
#task_arn ⇒ String
The Amazon Resource Name (ARN) of the task.
2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2808 class GetProspectingFromEngagementTaskResponse < Struct.new( :task_id, :task_arn, :task_name, :start_time, :end_time, :engagements) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
The unique identifier of the task.
2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2808 class GetProspectingFromEngagementTaskResponse < Struct.new( :task_id, :task_arn, :task_name, :start_time, :end_time, :engagements) SENSITIVE = [] include Aws::Structure end |
#task_name ⇒ String
The descriptive name of the task that you provided when you created it.
2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2808 class GetProspectingFromEngagementTaskResponse < Struct.new( :task_id, :task_arn, :task_name, :start_time, :end_time, :engagements) SENSITIVE = [] include Aws::Structure end |