Class: Aws::PartnerCentralSelling::Types::ProspectingResult

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#awsTypes::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