AttachPolicyRequest
public struct AttachPolicyRequest : 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
-
The reference that identifies the object to which the policy will be attached.
Declaration
Swift
public let objectReference: ObjectReference
-
The reference that is associated with the policy object.
Declaration
Swift
public let policyReference: ObjectReference
-
Undocumented
Declaration
Swift
public init(directoryArn: String, objectReference: ObjectReference, policyReference: ObjectReference)