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