ListTargetsFilter
public struct ListTargetsFilter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the attribute you want to use to filter the returned targets.
Declaration
Swift
public let name: ListTargetsFilterName
-
The value of the attribute you want to use to filter the returned targets. For example, if you specify SNS for the Target type, you could specify an Amazon Resource Name (ARN) for a topic as the value.
Declaration
Swift
public let value: String
-
Undocumented
Declaration
Swift
public init(name: ListTargetsFilterName, value: String)