Class: Aws::PartnerCentralSelling::Types::ListOpportunityFromEngagementTaskSummary

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

Overview

Provides a summary of a task related to creating an opportunity from an engagement. This structure contains key information about the task's status, associated identifiers, and any failure details for opportunity creation processes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#context_idString

The unique identifier of the engagement context associated with the opportunity creation task. This links the task to specific contextual information within the engagement.

Returns:

  • (String)


4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 4149

class ListOpportunityFromEngagementTaskSummary < Struct.new(
  :task_id,
  :task_arn,
  :start_time,
  :task_status,
  :message,
  :reason_code,
  :opportunity_id,
  :resource_snapshot_job_id,
  :engagement_id,
  :context_id)
  SENSITIVE = []
  include Aws::Structure
end

#engagement_idString

The unique identifier of the engagement from which the opportunity is being created. This field helps track the source of the opportunity creation task.

Returns:

  • (String)


4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 4149

class ListOpportunityFromEngagementTaskSummary < Struct.new(
  :task_id,
  :task_arn,
  :start_time,
  :task_status,
  :message,
  :reason_code,
  :opportunity_id,
  :resource_snapshot_job_id,
  :engagement_id,
  :context_id)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A detailed message providing additional information about the task, especially useful in case of failures. This field may contain error details or other relevant information about the task's execution.

Returns:

  • (String)


4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 4149

class ListOpportunityFromEngagementTaskSummary < Struct.new(
  :task_id,
  :task_arn,
  :start_time,
  :task_status,
  :message,
  :reason_code,
  :opportunity_id,
  :resource_snapshot_job_id,
  :engagement_id,
  :context_id)
  SENSITIVE = []
  include Aws::Structure
end

#opportunity_idString

The unique identifier of the opportunity created as a result of the task. This field is populated when the task is completed successfully.

Returns:

  • (String)


4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 4149

class ListOpportunityFromEngagementTaskSummary < Struct.new(
  :task_id,
  :task_arn,
  :start_time,
  :task_status,
  :message,
  :reason_code,
  :opportunity_id,
  :resource_snapshot_job_id,
  :engagement_id,
  :context_id)
  SENSITIVE = []
  include Aws::Structure
end

#reason_codeString

A code indicating the specific reason for a task failure. This field is populated when the task status is FAILED and provides a categorized reason for the failure.

Returns:

  • (String)


4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 4149

class ListOpportunityFromEngagementTaskSummary < Struct.new(
  :task_id,
  :task_arn,
  :start_time,
  :task_status,
  :message,
  :reason_code,
  :opportunity_id,
  :resource_snapshot_job_id,
  :engagement_id,
  :context_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_snapshot_job_idString

The identifier of the resource snapshot job associated with this task, if a snapshot was created as part of the opportunity creation process.

Returns:

  • (String)


4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 4149

class ListOpportunityFromEngagementTaskSummary < Struct.new(
  :task_id,
  :task_arn,
  :start_time,
  :task_status,
  :message,
  :reason_code,
  :opportunity_id,
  :resource_snapshot_job_id,
  :engagement_id,
  :context_id)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The timestamp indicating when the task was initiated, in RFC 3339 format.

Returns:

  • (Time)


4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 4149

class ListOpportunityFromEngagementTaskSummary < Struct.new(
  :task_id,
  :task_arn,
  :start_time,
  :task_status,
  :message,
  :reason_code,
  :opportunity_id,
  :resource_snapshot_job_id,
  :engagement_id,
  :context_id)
  SENSITIVE = []
  include Aws::Structure
end

#task_arnString

The Amazon Resource Name (ARN) that uniquely identifies the task within AWS. This ARN can be used for referencing the task in other AWS services or APIs.

Returns:

  • (String)


4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 4149

class ListOpportunityFromEngagementTaskSummary < Struct.new(
  :task_id,
  :task_arn,
  :start_time,
  :task_status,
  :message,
  :reason_code,
  :opportunity_id,
  :resource_snapshot_job_id,
  :engagement_id,
  :context_id)
  SENSITIVE = []
  include Aws::Structure
end

#task_idString

The unique identifier of the task for creating an opportunity from an engagement.

Returns:

  • (String)


4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 4149

class ListOpportunityFromEngagementTaskSummary < Struct.new(
  :task_id,
  :task_arn,
  :start_time,
  :task_status,
  :message,
  :reason_code,
  :opportunity_id,
  :resource_snapshot_job_id,
  :engagement_id,
  :context_id)
  SENSITIVE = []
  include Aws::Structure
end

#task_statusString

The current status of the task. Valid values are COMPLETE, INPROGRESS, or FAILED.

Returns:

  • (String)


4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 4149

class ListOpportunityFromEngagementTaskSummary < Struct.new(
  :task_id,
  :task_arn,
  :start_time,
  :task_status,
  :message,
  :reason_code,
  :opportunity_id,
  :resource_snapshot_job_id,
  :engagement_id,
  :context_id)
  SENSITIVE = []
  include Aws::Structure
end