DisableRuleRequest
public struct DisableRuleRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The event bus associated with the rule. If you omit this, the default event bus is used.
Declaration
Swift
public let eventBusName: String?
-
The name of the rule.
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public init(eventBusName: String? = nil, name: String)
-
Declaration
Swift
public func validate(name: String) throws