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.
6158 6159 6160 6161 6162 6163 6164 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 6158 class Recommendation < Struct.new( :type, :details, :attributes) SENSITIVE = [] include Aws::Structure end |
#details ⇒ String
Human-readable recommendation text from this source.
6158 6159 6160 6161 6162 6163 6164 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 6158 class Recommendation < Struct.new( :type, :details, :attributes) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The recommendation source type. Known values: ‘OpportunityQuality`, `SolutionRecommendation`, `SpecialistRecommendation`.
6158 6159 6160 6161 6162 6163 6164 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 6158 class Recommendation < Struct.new( :type, :details, :attributes) SENSITIVE = [] include Aws::Structure end |