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.
5897 5898 5899 5900 5901 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5897 class ProspectingResult < Struct.new( :aws) SENSITIVE = [] include Aws::Structure end |