Class: Aws::Types::DetachPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DetachPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
-
#target_id ⇒ ::String
Returns the value of attribute target_id.
Instance Attribute Details
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
341 342 343 |
# File 'sig/types.rbs', line 341 def policy_id @policy_id end |
#target_id ⇒ ::String
Returns the value of attribute target_id.
342 343 344 |
# File 'sig/types.rbs', line 342 def target_id @target_id end |