ListTargetsForSecurityProfileResponse
public struct ListTargetsForSecurityProfileResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A token that can be used to retrieve the next set of results, or null if there are no additional results.
Declaration
Swift
public let nextToken: String?
-
The thing groups to which the security profile is attached.
Declaration
Swift
public let securityProfileTargets: [SecurityProfileTarget]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, securityProfileTargets: [SecurityProfileTarget]? = nil)