DetachPolicyRequest
public struct DetachPolicyRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.
Declaration
Swift
public let directoryArn: String
-
Reference that identifies the object whose policy object will be detached.
Declaration
Swift
public let objectReference: ObjectReference
-
Reference that identifies the policy object.
Declaration
Swift
public let policyReference: ObjectReference
-
Undocumented
Declaration
Swift
public init(directoryArn: String, objectReference: ObjectReference, policyReference: ObjectReference)