Class: Aws::PartnerCentralSelling::Types::ProspectingResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::ProspectingResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Overview
Contains the results of an autonomous prospecting job. This includes data and insights that AWS provides about a prospected customer account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws ⇒ Types::ProspectingResultAws
Prospecting data and insights that AWS provides during the prospecting job.
Instance Attribute Details
#aws ⇒ Types::ProspectingResultAws
Prospecting data and insights that AWS provides during the prospecting job. This includes customer details, task information, and scoring that AI generates.
5881 5882 5883 5884 5885 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5881 class ProspectingResult < Struct.new( :aws) SENSITIVE = [] include Aws::Structure end |