Class: Aws::Types::DeletePermissionsBoundaryFromPermissionSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeletePermissionsBoundaryFromPermissionSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
358 359 360 |
# File 'sig/types.rbs', line 358 def instance_arn @instance_arn end |
#permission_set_arn ⇒ ::String
Returns the value of attribute permission_set_arn.
359 360 361 |
# File 'sig/types.rbs', line 359 def @permission_set_arn end |