Class: Aws::Snowball::Types::TargetOnDeviceService

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_nameString

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

Returns:

  • (String)


2352
2353
2354
2355
2356
2357
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2352

class TargetOnDeviceService < Struct.new(
  :service_name,
  :transfer_option)
  SENSITIVE = []
  include Aws::Structure
end

#transfer_optionString

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

Returns:

  • (String)


2352
2353
2354
2355
2356
2357
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2352

class TargetOnDeviceService < Struct.new(
  :service_name,
  :transfer_option)
  SENSITIVE = []
  include Aws::Structure
end