You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Greengrass::Types::LocalDeviceResourceData

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing LocalDeviceResourceData as input to an Aws::Client method, you can use a vanilla Hash:

{
  group_owner_setting: {
    auto_add_group_owner: false,
    group_owner: "__string",
  },
  source_path: "__string",
}

Attributes that define a local device resource.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#group_owner_settingTypes::GroupOwnerSetting

Group/owner related settings for local resources.

Returns:

#source_pathString

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\'\'.

Returns:

  • (String)

    The local absolute path of the device resource.