Class: Aws::Snowball::Types::TargetOnDeviceService
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::TargetOnDeviceService
- 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
-
#service_name ⇒ String
Specifies the name of the service on the Snow Family device that your transferred data will be exported from or imported into.
-
#transfer_option ⇒ String
Specifies whether the data is being imported or exported.
Instance Attribute Details
#service_name ⇒ String
Specifies the name of the service on the Snow Family device that your transferred data will be exported from or imported into.
2480 2481 2482 2483 2484 2485 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2480 class TargetOnDeviceService < Struct.new( :service_name, :transfer_option) SENSITIVE = [] include Aws::Structure end |
#transfer_option ⇒ String
Specifies whether the data is being imported or exported. You can import or export the data, or use it locally on the device.
2480 2481 2482 2483 2484 2485 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2480 class TargetOnDeviceService < Struct.new( :service_name, :transfer_option) SENSITIVE = [] include Aws::Structure end |