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

Class: Aws::Greengrass::Types::LocalVolumeResourceData

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

Overview

Note:

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

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

Attributes that define a local volume resource.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#destination_pathString

The absolute local path of the resource inside the Lambda environment.

Returns:

  • (String)

    The absolute local path of the resource inside the Lambda environment.

#group_owner_settingTypes::GroupOwnerSetting

Allows you to configure additional group privileges for the Lambda process. This field is optional.

Returns:

#source_pathString

The local absolute path of the volume resource on the host. The source path for a volume resource type cannot start with \'\'/sys\'\'.

Returns:

  • (String)

    The local absolute path of the volume resource on the host.