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