Class: Aws::Types::LocalDeviceResourceData
- Inherits:
-
Object
- Object
- Aws::Types::LocalDeviceResourceData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#group_owner_setting ⇒ Types::GroupOwnerSetting
Returns the value of attribute group_owner_setting.
1287 1288 1289 |
# File 'sig/types.rbs', line 1287 def group_owner_setting @group_owner_setting end |
#source_path ⇒ ::String
Returns the value of attribute source_path.
1288 1289 1290 |
# File 'sig/types.rbs', line 1288 def source_path @source_path end |