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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb

Overview

Attributes that define a local volume resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_pathString

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

Returns:

  • (String)


3942
3943
3944
3945
3946
3947
3948
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3942

class LocalVolumeResourceData < Struct.new(
  :destination_path,
  :group_owner_setting,
  :source_path)
  SENSITIVE = []
  include Aws::Structure
end

#group_owner_settingTypes::GroupOwnerSetting

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



3942
3943
3944
3945
3946
3947
3948
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3942

class LocalVolumeResourceData < Struct.new(
  :destination_path,
  :group_owner_setting,
  :source_path)
  SENSITIVE = []
  include Aws::Structure
end

#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)


3942
3943
3944
3945
3946
3947
3948
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3942

class LocalVolumeResourceData < Struct.new(
  :destination_path,
  :group_owner_setting,
  :source_path)
  SENSITIVE = []
  include Aws::Structure
end