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_id ⇒ String

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)


4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 4758

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_id ⇒ String

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)


4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 4758

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

#message ⇒ String

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)


4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 4758

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_id ⇒ String

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)


4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 4758

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_code ⇒ String

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)


4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 4758

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_id ⇒ String

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)


4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 4758

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_time ⇒ Time

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

Returns:

  • (Time)


4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 4758

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_arn ⇒ String

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)


4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 4758

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_id ⇒ String

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

Returns:

  • (String)


4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 4758

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_status ⇒ String

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

Returns:

  • (String)


4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 4758

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