Class: Aws::CloudDirectory::Types::DetachPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::DetachPolicyRequest
- 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
Reference that identifies the object whose policy object will be detached.
-
#policy_reference ⇒ Types::ObjectReference
Reference that identifies 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.
2529 2530 2531 2532 2533 2534 2535 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2529 class DetachPolicyRequest < Struct.new( :directory_arn, :policy_reference, :object_reference) SENSITIVE = [] include Aws::Structure end |
#object_reference ⇒ Types::ObjectReference
Reference that identifies the object whose policy object will be detached.
2529 2530 2531 2532 2533 2534 2535 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2529 class DetachPolicyRequest < Struct.new( :directory_arn, :policy_reference, :object_reference) SENSITIVE = [] include Aws::Structure end |
#policy_reference ⇒ Types::ObjectReference
Reference that identifies the policy object.
2529 2530 2531 2532 2533 2534 2535 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2529 class DetachPolicyRequest < Struct.new( :directory_arn, :policy_reference, :object_reference) SENSITIVE = [] include Aws::Structure end |