Class: Aws::CloudDirectory::Types::AttachPolicyRequest

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)


158
159
160
161
162
163
164
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 158

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

#object_referenceTypes::ObjectReference

The reference that identifies the object to which the policy will be attached.



158
159
160
161
162
163
164
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 158

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

#policy_referenceTypes::ObjectReference

The reference that is associated with the policy object.



158
159
160
161
162
163
164
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 158

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