EnableInsightRulesInput
public struct EnableInsightRulesInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of the rule names to enable. If you need to find out the names of your rules, use DescribeInsightRules.
Declaration
Swift
public let ruleNames: [String]
-
Undocumented
Declaration
Swift
public init(ruleNames: [String])
-
Declaration
Swift
public func validate(name: String) throws