You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudDirectory::Types::AttachPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::AttachPolicyRequest
- Defined in:
- (unknown)
Overview
Note:
When passing AttachPolicyRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
directory_arn: "Arn", # required
policy_reference: { # required
selector: "SelectorObjectReference",
},
object_reference: { # required
selector: "SelectorObjectReference",
},
}
Instance Attribute Summary collapse
-
#directory_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside.
-
#object_reference ⇒ Types::ObjectReference
The reference that identifies the object to which the policy will be attached.
-
#policy_reference ⇒ Types::ObjectReference
The reference that is associated with the policy object.
Instance Attribute Details
#directory_arn ⇒ String
#object_reference ⇒ Types::ObjectReference
The reference that identifies the object to which the policy will be attached.
#policy_reference ⇒ Types::ObjectReference
The reference that is associated with the policy object.