DescribeComponentConfigurationRecommendationResponse
public struct DescribeComponentConfigurationRecommendationResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The recommended configuration settings of the component. The value is the escaped JSON of the configuration.
Declaration
Swift
public let componentConfiguration: String? -
Undocumented
Declaration
Swift
public init(componentConfiguration: String? = nil)
View on GitHub
DescribeComponentConfigurationRecommendationResponse Structure Reference