DetachSecurityProfileRequest
public struct DetachSecurityProfileRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The security profile that is detached.
Declaration
Swift
public let securityProfileName: String
-
The ARN of the thing group from which the security profile is detached.
Declaration
Swift
public let securityProfileTargetArn: String
-
Undocumented
Declaration
Swift
public init(securityProfileName: String, securityProfileTargetArn: String)
-
Declaration
Swift
public func validate(name: String) throws