Class: Aws::Types::DetachManagedPolicyFromPermissionSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::DetachManagedPolicyFromPermissionSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
-
#managed_policy_arn ⇒ ::String
Returns the value of attribute managed_policy_arn.
-
#permission_set_arn ⇒ ::String
Returns the value of attribute permission_set_arn.
Instance Attribute Details
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
533 534 535 |
# File 'sig/types.rbs', line 533 def instance_arn @instance_arn end |
#managed_policy_arn ⇒ ::String
Returns the value of attribute managed_policy_arn.
535 536 537 |
# File 'sig/types.rbs', line 535 def managed_policy_arn @managed_policy_arn end |
#permission_set_arn ⇒ ::String
Returns the value of attribute permission_set_arn.
534 535 536 |
# File 'sig/types.rbs', line 534 def @permission_set_arn end |