Class: Aws::Types::DetachCustomerManagedPolicyReferenceFromPermissionSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::DetachCustomerManagedPolicyReferenceFromPermissionSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer_managed_policy_reference ⇒ Types::CustomerManagedPolicyReference
Returns the value of attribute customer_managed_policy_reference.
-
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
-
#permission_set_arn ⇒ ::String
Returns the value of attribute permission_set_arn.
Instance Attribute Details
#customer_managed_policy_reference ⇒ Types::CustomerManagedPolicyReference
Returns the value of attribute customer_managed_policy_reference.
525 526 527 |
# File 'sig/types.rbs', line 525 def customer_managed_policy_reference @customer_managed_policy_reference end |
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
523 524 525 |
# File 'sig/types.rbs', line 523 def instance_arn @instance_arn end |
#permission_set_arn ⇒ ::String
Returns the value of attribute permission_set_arn.
524 525 526 |
# File 'sig/types.rbs', line 524 def @permission_set_arn end |