ListTopicRulesRequest
public struct ListTopicRulesRequest : AWSShape
extension IoT.ListTopicRulesRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The maximum number of results to return.
Declaration
Swift
public let maxResults: Int?
-
A token used to retrieve the next value.
Declaration
Swift
public let nextToken: String?
-
Specifies whether the rule is disabled.
Declaration
Swift
public let ruleDisabled: Bool?
-
The topic.
Declaration
Swift
public let topic: String?
-
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil, ruleDisabled: Bool? = nil, topic: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> IoT.ListTopicRulesRequest