ListTargetsByRuleResponse
public struct ListTargetsByRuleResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Indicates whether there are additional results to retrieve. If there are no more results, the value is null.
Declaration
Swift
public let nextToken: String? -
The targets assigned to the rule.
Declaration
Swift
public let targets: [Target]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, targets: [Target]? = nil)
View on GitHub
ListTargetsByRuleResponse Structure Reference