Class: Aws::CloudDirectory::Types::AttachPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::AttachPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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
The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.
158 159 160 161 162 163 164 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 158 class AttachPolicyRequest < Struct.new( :directory_arn, :policy_reference, :object_reference) SENSITIVE = [] include Aws::Structure end |
#object_reference ⇒ Types::ObjectReference
The reference that identifies the object to which the policy will be attached.
158 159 160 161 162 163 164 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 158 class AttachPolicyRequest < Struct.new( :directory_arn, :policy_reference, :object_reference) SENSITIVE = [] include Aws::Structure end |
#policy_reference ⇒ Types::ObjectReference
The reference that is associated with the policy object.
158 159 160 161 162 163 164 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 158 class AttachPolicyRequest < Struct.new( :directory_arn, :policy_reference, :object_reference) SENSITIVE = [] include Aws::Structure end |