SecurityProfileTargetMapping
public struct SecurityProfileTargetMapping : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information that identifies the security profile.
Declaration
Swift
public let securityProfileIdentifier: SecurityProfileIdentifier?
-
Information about the target (thing group) associated with the security profile.
Declaration
Swift
public let target: SecurityProfileTarget?
-
Undocumented
Declaration
Swift
public init(securityProfileIdentifier: SecurityProfileIdentifier? = nil, target: SecurityProfileTarget? = nil)