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.
528 529 530 |
# File 'sig/types.rbs', line 528 def customer_managed_policy_reference @customer_managed_policy_reference end |
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
526 527 528 |
# File 'sig/types.rbs', line 526 def instance_arn @instance_arn end |
#permission_set_arn ⇒ ::String
Returns the value of attribute permission_set_arn.
527 528 529 |
# File 'sig/types.rbs', line 527 def end |