ReplaceTopicRuleRequest
public struct ReplaceTopicRuleRequest : AWSShape
Undocumented
-
The key for the payload
Declaration
Swift
public static let payloadPath: String?
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the rule.
Declaration
Swift
public let ruleName: String
-
The rule payload.
Declaration
Swift
public let topicRulePayload: TopicRulePayload
-
Undocumented
Declaration
Swift
public init(ruleName: String, topicRulePayload: TopicRulePayload)
-
Declaration
Swift
public func validate(name: String) throws