Class: Aws::Types::ModifySelfservicePermissionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifySelfservicePermissionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#selfservice_permissions ⇒ Types::SelfservicePermissions
Returns the value of attribute selfservice_permissions.
Instance Attribute Details
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def resource_id @resource_id end |
#selfservice_permissions ⇒ Types::SelfservicePermissions
Returns the value of attribute selfservice_permissions.
1167 1168 1169 |
# File 'sig/types.rbs', line 1167 def @selfservice_permissions end |