RuleSummary
public struct RuleSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let action: RuleAction?
-
The name of the rule.
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public init(action: RuleAction? = nil, name: String? = nil)