Class: Aws::Types::LocalVolumeResourceData
- Inherits:
-
Object
- Object
- Aws::Types::LocalVolumeResourceData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_path ⇒ ::String
Returns the value of attribute destination_path.
-
#group_owner_setting ⇒ Types::GroupOwnerSetting
Returns the value of attribute group_owner_setting.
-
#source_path ⇒ ::String
Returns the value of attribute source_path.
Instance Attribute Details
#destination_path ⇒ ::String
Returns the value of attribute destination_path.
1293 1294 1295 |
# File 'sig/types.rbs', line 1293 def destination_path @destination_path end |
#group_owner_setting ⇒ Types::GroupOwnerSetting
Returns the value of attribute group_owner_setting.
1294 1295 1296 |
# File 'sig/types.rbs', line 1294 def group_owner_setting @group_owner_setting end |
#source_path ⇒ ::String
Returns the value of attribute source_path.
1295 1296 1297 |
# File 'sig/types.rbs', line 1295 def source_path @source_path end |