Class: Aws::CloudDirectory::Types::PolicyAttachment

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

Overview

Contains the PolicyType, PolicyId, and the ObjectIdentifier to which it is attached. For more information, see Policies.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#object_identifierString

The ObjectIdentifier that is associated with PolicyAttachment.



4698
4699
4700
4701
4702
4703
4704
# File 'lib/aws-sdk-clouddirectory/types.rb', line 4698

class PolicyAttachment < Struct.new(
  :policy_id,
  :object_identifier,
  :policy_type)
  SENSITIVE = []
  include Aws::Structure
end

#policy_idString

The ID of PolicyAttachment.



4698
4699
4700
4701
4702
4703
4704
# File 'lib/aws-sdk-clouddirectory/types.rb', line 4698

class PolicyAttachment < Struct.new(
  :policy_id,
  :object_identifier,
  :policy_type)
  SENSITIVE = []
  include Aws::Structure
end

#policy_typeString

The type of policy that can be associated with PolicyAttachment.



4698
4699
4700
4701
4702
4703
4704
# File 'lib/aws-sdk-clouddirectory/types.rb', line 4698

class PolicyAttachment < Struct.new(
  :policy_id,
  :object_identifier,
  :policy_type)
  SENSITIVE = []
  include Aws::Structure
end