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].

[1]: docs.aws.amazon.com/clouddirectory/latest/developerguide/key_concepts_directory.html#key_concepts_policies

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#object_identifierString

The ‘ObjectIdentifier` that is associated with `PolicyAttachment`.

Returns:

  • (String)


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`.

Returns:

  • (String)


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`.

Returns:

  • (String)


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