RecommendationSource
public struct RecommendationSource : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the recommendation source.
Declaration
Swift
public let recommendationSourceArn: String? -
The resource type of the recommendation source.
Declaration
Swift
public let recommendationSourceType: RecommendationSourceType? -
Undocumented
Declaration
Swift
public init(recommendationSourceArn: String? = nil, recommendationSourceType: RecommendationSourceType? = nil)
View on GitHub
RecommendationSource Structure Reference