class Aws::Snowball::Types::TargetOnDeviceService

An object that represents the service or services on the Snow Family device that your transferred data will be exported from or imported into. AWS Snow Family supports Amazon S3 and NFS (Network File System).

@note When making an API call, you may pass TargetOnDeviceService

data as a hash:

    {
      service_name: "NFS_ON_DEVICE_SERVICE", # accepts NFS_ON_DEVICE_SERVICE, S3_ON_DEVICE_SERVICE
      transfer_option: "IMPORT", # accepts IMPORT, EXPORT, LOCAL_USE
    }

@!attribute [rw] service_name

Specifies the name of the service on the Snow Family device that
your transferred data will be exported from or imported into.
@return [String]

@!attribute [rw] transfer_option

Specifies whether the data is being imported or exported. You can
import or export the data, or use it locally on the device.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/TargetOnDeviceService AWS API Documentation

Constants

SENSITIVE