Class: Aws::Types::LoadPermission
- Inherits:
-
Object
- Object
- Aws::Types::LoadPermission
- 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.
12914 12915 12916 |
# File 'sig/types.rbs', line 12914 def group @group end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
12913 12914 12915 |
# File 'sig/types.rbs', line 12913 def user_id @user_id end |