Class: Aws::PartnerCentralSelling::Types::Recommendation
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::Recommendation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Overview
A recommendation from an agent-driven source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Hash<String,String>
Source-specific metadata as key-value pairs.
-
#details ⇒ String
Human-readable recommendation text from this source.
-
#type ⇒ String
The recommendation source type.
Instance Attribute Details
#attributes ⇒ Hash<String,String>
Source-specific metadata as key-value pairs.
6174 6175 6176 6177 6178 6179 6180 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 6174 class Recommendation < Struct.new( :type, :details, :attributes) SENSITIVE = [] include Aws::Structure end |
#details ⇒ String
Human-readable recommendation text from this source.
6174 6175 6176 6177 6178 6179 6180 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 6174 class Recommendation < Struct.new( :type, :details, :attributes) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The recommendation source type. Known values: OpportunityQuality,
SolutionRecommendation, SpecialistRecommendation.
6174 6175 6176 6177 6178 6179 6180 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 6174 class Recommendation < Struct.new( :type, :details, :attributes) SENSITIVE = [] include Aws::Structure end |