Class: Aws::Types::DetachPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DetachPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
-
#object_reference ⇒ Types::ObjectReference
Returns the value of attribute object_reference.
-
#policy_reference ⇒ Types::ObjectReference
Returns the value of attribute policy_reference.
Instance Attribute Details
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
716 717 718 |
# File 'sig/types.rbs', line 716 def directory_arn @directory_arn end |
#object_reference ⇒ Types::ObjectReference
Returns the value of attribute object_reference.
718 719 720 |
# File 'sig/types.rbs', line 718 def object_reference @object_reference end |
#policy_reference ⇒ Types::ObjectReference
Returns the value of attribute policy_reference.
717 718 719 |
# File 'sig/types.rbs', line 717 def policy_reference @policy_reference end |