ListTargetsForPolicyResponse
public struct ListTargetsForPolicyResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A marker used to get the next set of results.
Declaration
Swift
public let nextMarker: String?
-
The policy targets.
Declaration
Swift
public let targets: [String]?
-
Undocumented
Declaration
Swift
public init(nextMarker: String? = nil, targets: [String]? = nil)