Class: Aws::Types::LambdaVolumeMount
- Inherits:
-
Object
- Object
- Aws::Types::LambdaVolumeMount
- 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.
-
#destination_path ⇒ ::String
Returns the value of attribute destination_path.
-
#permission ⇒ "ro", "rw"
Returns the value of attribute permission.
-
#source_path ⇒ ::String
Returns the value of attribute source_path.
Instance Attribute Details
#add_group_owner ⇒ Boolean
Returns the value of attribute add_group_owner.
518 519 520 |
# File 'sig/types.rbs', line 518 def add_group_owner @add_group_owner end |
#destination_path ⇒ ::String
Returns the value of attribute destination_path.
516 517 518 |
# File 'sig/types.rbs', line 516 def destination_path @destination_path end |
#permission ⇒ "ro", "rw"
Returns the value of attribute permission.
517 518 519 |
# File 'sig/types.rbs', line 517 def @permission end |
#source_path ⇒ ::String
Returns the value of attribute source_path.
515 516 517 |
# File 'sig/types.rbs', line 515 def source_path @source_path end |