Class: Aws::PartnerCentralSelling::Types::ProspectingResultAws
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::ProspectingResultAws
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Overview
Contains the prospecting data that AWS sources. This includes task execution details, customer account information, and insights that AI generates from the prospecting analysis.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#customer ⇒ Types::ProspectingResultCustomer
Contains details about the prospected customer account, including geographic, industry, and segment classifications.
-
#end_time ⇒ Time
The timestamp when the prospecting task completed processing.
-
#insights ⇒ Types::ProspectingInsights
Insights that AI generates from the prospecting analysis.
-
#start_time ⇒ Time
The timestamp when the prospecting result context was created.
-
#task_arn ⇒ String
The Amazon Resource Name (ARN) of the prospecting task.
-
#task_id ⇒ String
The unique identifier of the prospecting task that generates this result.
-
#task_name ⇒ String
The name that the user provides for the prospecting task that generates this result.
Instance Attribute Details
#customer ⇒ Types::ProspectingResultCustomer
Contains details about the prospected customer account, including geographic, industry, and segment classifications.
5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5945 class ProspectingResultAws < Struct.new( :start_time, :end_time, :task_id, :task_arn, :task_name, :customer, :insights) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The timestamp when the prospecting task completed processing. The format is ISO 8601 (UTC).
5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5945 class ProspectingResultAws < Struct.new( :start_time, :end_time, :task_id, :task_arn, :task_name, :customer, :insights) SENSITIVE = [] include Aws::Structure end |
#insights ⇒ Types::ProspectingInsights
Insights that AI generates from the prospecting analysis. These insights include engagement scores and solution fit assessments for the prospected customer.
5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5945 class ProspectingResultAws < Struct.new( :start_time, :end_time, :task_id, :task_arn, :task_name, :customer, :insights) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The timestamp when the prospecting result context was created. The format is ISO 8601 (UTC).
5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5945 class ProspectingResultAws < Struct.new( :start_time, :end_time, :task_id, :task_arn, :task_name, :customer, :insights) SENSITIVE = [] include Aws::Structure end |
#task_arn ⇒ String
The Amazon Resource Name (ARN) of the prospecting task. Use this ARN to track and manage the task within AWS.
5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5945 class ProspectingResultAws < Struct.new( :start_time, :end_time, :task_id, :task_arn, :task_name, :customer, :insights) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
The unique identifier of the prospecting task that generates this result.
5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5945 class ProspectingResultAws < Struct.new( :start_time, :end_time, :task_id, :task_arn, :task_name, :customer, :insights) SENSITIVE = [] include Aws::Structure end |
#task_name ⇒ String
The name that the user provides for the prospecting task that generates this result.
5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5945 class ProspectingResultAws < Struct.new( :start_time, :end_time, :task_id, :task_arn, :task_name, :customer, :insights) SENSITIVE = [] include Aws::Structure end |