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
- Struct
- Aws::Greengrass::Types::LocalVolumeResourceData
- Defined in:
- (unknown)
Overview
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
-
#destination_path ⇒ String
The absolute local path of the resource inside the Lambda environment.
-
#group_owner_setting ⇒ Types::GroupOwnerSetting
Allows you to configure additional group privileges for the Lambda process.
-
#source_path ⇒ String
The local absolute path of the volume resource on the host.
Instance Attribute Details
#destination_path ⇒ String
The absolute local path of the resource inside the Lambda environment.
#group_owner_setting ⇒ Types::GroupOwnerSetting
Allows you to configure additional group privileges for the Lambda process. This field is optional.
#source_path ⇒ String
The local absolute path of the volume resource on the host. The source path for a volume resource type cannot start with \'\'/sys\'\'.