Class: Aws::Greengrass::Types::LocalDeviceResourceData
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::LocalDeviceResourceData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Attributes that define a local device resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_owner_setting ⇒ Types::GroupOwnerSetting
Group/owner related settings for local resources.
-
#source_path ⇒ String
The local absolute path of the device resource.
Instance Attribute Details
#group_owner_setting ⇒ Types::GroupOwnerSetting
Group/owner related settings for local resources.
3915 3916 3917 3918 3919 3920 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3915 class LocalDeviceResourceData < Struct.new( :group_owner_setting, :source_path) SENSITIVE = [] include Aws::Structure end |
#source_path ⇒ String
The local absolute path of the device resource. The source path for a device resource can refer only to a character device or block device under ”/dev”.
3915 3916 3917 3918 3919 3920 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3915 class LocalDeviceResourceData < Struct.new( :group_owner_setting, :source_path) SENSITIVE = [] include Aws::Structure end |