EnableInsightRulesOutput
public struct EnableInsightRulesOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An array listing the rules that could not be enabled. You cannot disable or enable built-in rules.
Declaration
Swift
public let failures: [PartialFailure]? -
Undocumented
Declaration
Swift
public init(failures: [PartialFailure]? = nil)
View on GitHub
EnableInsightRulesOutput Structure Reference