OverrideAction
public struct OverrideAction : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Override the rule action setting to count.
Declaration
Swift
public let count: CountAction? -
Don’t override the rule action setting.
Declaration
Swift
public let none: NoneAction? -
Undocumented
Declaration
Swift
public init(count: CountAction? = nil, none: NoneAction? = nil)
View on GitHub
OverrideAction Structure Reference