Class: Aws::Types::AttachCustomerManagedPolicyReferenceToPermissionSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::AttachCustomerManagedPolicyReferenceToPermissionSetRequest
- 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.
115 116 117 |
# File 'sig/types.rbs', line 115 def customer_managed_policy_reference @customer_managed_policy_reference end |
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
113 114 115 |
# File 'sig/types.rbs', line 113 def instance_arn @instance_arn end |
#permission_set_arn ⇒ ::String
Returns the value of attribute permission_set_arn.
114 115 116 |
# File 'sig/types.rbs', line 114 def @permission_set_arn end |