DisableTopicRuleRequest
public struct DisableTopicRuleRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the rule to disable.
Declaration
Swift
public let ruleName: String
-
Undocumented
Declaration
Swift
public init(ruleName: String)
-
Declaration
Swift
public func validate(name: String) throws