Class: Aws::Types::LoadPermissionRequest
- Inherits:
-
Object
- Object
- Aws::Types::LoadPermissionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group ⇒ "all"
Returns the value of attribute group.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#group ⇒ "all"
Returns the value of attribute group.
13523 13524 13525 |
# File 'sig/types.rbs', line 13523 def group @group end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
13524 13525 13526 |
# File 'sig/types.rbs', line 13524 def user_id @user_id end |