Class: Aws::CloudDirectory::Types::PolicyAttachment
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::PolicyAttachment
- Defined in:
- gems/aws-sdk-clouddirectory/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
-
#object_identifier ⇒ String
The
ObjectIdentifier
that is associated withPolicyAttachment
. -
#policy_id ⇒ String
The ID of
PolicyAttachment
. -
#policy_type ⇒ String
The type of policy that can be associated with
PolicyAttachment
.
Instance Attribute Details
#object_identifier ⇒ String
The ObjectIdentifier
that is associated with PolicyAttachment
.
4698 4699 4700 4701 4702 4703 4704 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4698 class PolicyAttachment < Struct.new( :policy_id, :object_identifier, :policy_type) SENSITIVE = [] include Aws::Structure end |
#policy_id ⇒ String
The ID of PolicyAttachment
.
4698 4699 4700 4701 4702 4703 4704 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4698 class PolicyAttachment < Struct.new( :policy_id, :object_identifier, :policy_type) SENSITIVE = [] include Aws::Structure end |
#policy_type ⇒ String
The type of policy that can be associated with PolicyAttachment
.
4698 4699 4700 4701 4702 4703 4704 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4698 class PolicyAttachment < Struct.new( :policy_id, :object_identifier, :policy_type) SENSITIVE = [] include Aws::Structure end |