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

Class: Aws::Greengrass::Types::ResourceDownloadOwnerSetting

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

Overview

Note:

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

{
  group_owner: "__string", # required
  group_permission: "ro", # required, accepts ro, rw
}

The owner setting for downloaded machine learning resources.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#group_ownerString

The group owner of the resource. This is the name of an existing Linux OS group on the system or a GID. The group\'s permissions are added to the Lambda process.

Returns:

  • (String)

    The group owner of the resource.

#group_permissionString

The permissions that the group owner has to the resource. Valid values are \'\'rw\'\' (read/write) or \'\'ro\'\' (read-only).

Possible values:

  • ro
  • rw

Returns:

  • (String)

    The permissions that the group owner has to the resource.