Class: Aws::Types::TargetOnDeviceService

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#service_name"NFS_ON_DEVICE_SERVICE", "S3_ON_DEVICE_SERVICE"

Returns the value of attribute service_name.

Returns:

  • ("NFS_ON_DEVICE_SERVICE", "S3_ON_DEVICE_SERVICE")


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.

Returns:

  • ("IMPORT", "EXPORT", "LOCAL_USE")


602
603
604
# File 'sig/types.rbs', line 602

def transfer_option
  @transfer_option
end