Class: Aws::PartnerCentralSelling::Types::ProspectingResultAws
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::ProspectingResultAws
- Defined in:
- gems/aws-sdk-partnercentralselling/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.
6073 6074 6075 6076 6077 6078 6079 6080 6081 6082 6083 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 6073 class ProspectingResultAws < Struct.new( :customer, :insights, :start_time, :end_time, :task_id, :task_arn, :task_name) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The timestamp when the prospecting task completed processing. The format is ISO 8601 (UTC).
6073 6074 6075 6076 6077 6078 6079 6080 6081 6082 6083 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 6073 class ProspectingResultAws < Struct.new( :customer, :insights, :start_time, :end_time, :task_id, :task_arn, :task_name) 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.
6073 6074 6075 6076 6077 6078 6079 6080 6081 6082 6083 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 6073 class ProspectingResultAws < Struct.new( :customer, :insights, :start_time, :end_time, :task_id, :task_arn, :task_name) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The timestamp when the prospecting result context was created. The format is ISO 8601 (UTC).
6073 6074 6075 6076 6077 6078 6079 6080 6081 6082 6083 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 6073 class ProspectingResultAws < Struct.new( :customer, :insights, :start_time, :end_time, :task_id, :task_arn, :task_name) 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.
6073 6074 6075 6076 6077 6078 6079 6080 6081 6082 6083 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 6073 class ProspectingResultAws < Struct.new( :customer, :insights, :start_time, :end_time, :task_id, :task_arn, :task_name) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
The unique identifier of the prospecting task that generates this result.
6073 6074 6075 6076 6077 6078 6079 6080 6081 6082 6083 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 6073 class ProspectingResultAws < Struct.new( :customer, :insights, :start_time, :end_time, :task_id, :task_arn, :task_name) SENSITIVE = [] include Aws::Structure end |
#task_name ⇒ String
The name that the user provides for the prospecting task that generates this result.
6073 6074 6075 6076 6077 6078 6079 6080 6081 6082 6083 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 6073 class ProspectingResultAws < Struct.new( :customer, :insights, :start_time, :end_time, :task_id, :task_arn, :task_name) SENSITIVE = [] include Aws::Structure end |