Class: Aws::Types::TargetOnDeviceService
- Inherits:
-
Object
- Object
- Aws::Types::TargetOnDeviceService
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#service_name ⇒ "NFS_ON_DEVICE_SERVICE", "S3_ON_DEVICE_SERVICE"
Returns the value of attribute service_name.
-
#transfer_option ⇒ "IMPORT", ...
Returns the value of attribute transfer_option.
Instance Attribute Details
#service_name ⇒ "NFS_ON_DEVICE_SERVICE", "S3_ON_DEVICE_SERVICE"
Returns the value of attribute service_name.
601 602 603 |
# File 'sig/types.rbs', line 601 def service_name @service_name end |
#transfer_option ⇒ "IMPORT", ...
Returns the value of attribute transfer_option.
602 603 604 |
# File 'sig/types.rbs', line 602 def transfer_option @transfer_option end |