ListSecurityProfilesForTargetResponse
public struct ListSecurityProfilesForTargetResponse : 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? -
A list of security profiles and their associated targets.
Declaration
Swift
public let securityProfileTargetMappings: [SecurityProfileTargetMapping]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, securityProfileTargetMappings: [SecurityProfileTargetMapping]? = nil)
View on GitHub
ListSecurityProfilesForTargetResponse Structure Reference