DetachThingPrincipalRequest
public struct DetachThingPrincipalRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
If the principal is a certificate, this value must be ARN of the certificate. If the principal is an Amazon Cognito identity, this value must be the ID of the Amazon Cognito identity.
Declaration
Swift
public let principal: String
-
The name of the thing.
Declaration
Swift
public let thingName: String
-
Undocumented
Declaration
Swift
public init(principal: String, thingName: String)
-
Declaration
Swift
public func validate(name: String) throws