Class: Aws::Types::CreateVolumePermission
- Inherits:
-
Object
- Object
- Aws::Types::CreateVolumePermission
- 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.
3841 3842 3843 |
# File 'sig/types.rbs', line 3841 def group @group end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
3840 3841 3842 |
# File 'sig/types.rbs', line 3840 def user_id @user_id end |