Class: Aws::Types::LambdaDeviceMount
- Inherits:
-
Object
- Object
- Aws::Types::LambdaDeviceMount
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_group_owner ⇒ Boolean
Returns the value of attribute add_group_owner.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#permission ⇒ "ro", "rw"
Returns the value of attribute permission.
Instance Attribute Details
#add_group_owner ⇒ Boolean
Returns the value of attribute add_group_owner.
473 474 475 |
# File 'sig/types.rbs', line 473 def add_group_owner @add_group_owner end |
#path ⇒ ::String
Returns the value of attribute path.
471 472 473 |
# File 'sig/types.rbs', line 471 def path @path end |
#permission ⇒ "ro", "rw"
Returns the value of attribute permission.
472 473 474 |
# File 'sig/types.rbs', line 472 def @permission end |