Class: Aws::CloudDirectory::Types::DetachPolicyRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#directory_arnString

The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.

Returns:

  • (String)


2529
2530
2531
2532
2533
2534
2535
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2529

class DetachPolicyRequest < Struct.new(
  :directory_arn,
  :policy_reference,
  :object_reference)
  SENSITIVE = []
  include Aws::Structure
end

#object_referenceTypes::ObjectReference

Reference that identifies the object whose policy object will be detached.



2529
2530
2531
2532
2533
2534
2535
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2529

class DetachPolicyRequest < Struct.new(
  :directory_arn,
  :policy_reference,
  :object_reference)
  SENSITIVE = []
  include Aws::Structure
end

#policy_referenceTypes::ObjectReference

Reference that identifies the policy object.



2529
2530
2531
2532
2533
2534
2535
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2529

class DetachPolicyRequest < Struct.new(
  :directory_arn,
  :policy_reference,
  :object_reference)
  SENSITIVE = []
  include Aws::Structure
end