Class: Aws::Types::Options

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#atime"NONE", "BEST_EFFORT"

Returns the value of attribute atime.

Returns:

  • ("NONE", "BEST_EFFORT")


748
749
750
# File 'sig/types.rbs', line 748

def atime
  @atime
end

#bytes_per_second::Integer

Returns the value of attribute bytes_per_second.

Returns:

  • (::Integer)


755
756
757
# File 'sig/types.rbs', line 755

def bytes_per_second
  @bytes_per_second
end

#gid"NONE", ...

Returns the value of attribute gid.

Returns:

  • ("NONE", "INT_VALUE", "NAME", "BOTH")


751
752
753
# File 'sig/types.rbs', line 751

def gid
  @gid
end

#log_level"OFF", ...

Returns the value of attribute log_level.

Returns:

  • ("OFF", "BASIC", "TRANSFER")


757
758
759
# File 'sig/types.rbs', line 757

def log_level
  @log_level
end

#mtime"NONE", "PRESERVE"

Returns the value of attribute mtime.

Returns:

  • ("NONE", "PRESERVE")


749
750
751
# File 'sig/types.rbs', line 749

def mtime
  @mtime
end

#object_tags"PRESERVE", "NONE"

Returns the value of attribute object_tags.

Returns:

  • ("PRESERVE", "NONE")


760
761
762
# File 'sig/types.rbs', line 760

def object_tags
  @object_tags
end

#overwrite_mode"ALWAYS", "NEVER"

Returns the value of attribute overwrite_mode.

Returns:

  • ("ALWAYS", "NEVER")


747
748
749
# File 'sig/types.rbs', line 747

def overwrite_mode
  @overwrite_mode
end

#posix_permissions"NONE", "PRESERVE"

Returns the value of attribute posix_permissions.

Returns:

  • ("NONE", "PRESERVE")


754
755
756
# File 'sig/types.rbs', line 754

def posix_permissions
  @posix_permissions
end

#preserve_deleted_files"PRESERVE", "REMOVE"

Returns the value of attribute preserve_deleted_files.

Returns:

  • ("PRESERVE", "REMOVE")


752
753
754
# File 'sig/types.rbs', line 752

def preserve_deleted_files
  @preserve_deleted_files
end

#preserve_devices"NONE", "PRESERVE"

Returns the value of attribute preserve_devices.

Returns:

  • ("NONE", "PRESERVE")


753
754
755
# File 'sig/types.rbs', line 753

def preserve_devices
  @preserve_devices
end

#security_descriptor_copy_flags"NONE", ...

Returns the value of attribute security_descriptor_copy_flags.

Returns:

  • ("NONE", "OWNER_DACL", "OWNER_DACL_SACL")


759
760
761
# File 'sig/types.rbs', line 759

def security_descriptor_copy_flags
  @security_descriptor_copy_flags
end

#task_queueing"ENABLED", "DISABLED"

Returns the value of attribute task_queueing.

Returns:

  • ("ENABLED", "DISABLED")


756
757
758
# File 'sig/types.rbs', line 756

def task_queueing
  @task_queueing
end

#transfer_mode"CHANGED", "ALL"

Returns the value of attribute transfer_mode.

Returns:

  • ("CHANGED", "ALL")


758
759
760
# File 'sig/types.rbs', line 758

def transfer_mode
  @transfer_mode
end

#uid"NONE", ...

Returns the value of attribute uid.

Returns:

  • ("NONE", "INT_VALUE", "NAME", "BOTH")


750
751
752
# File 'sig/types.rbs', line 750

def uid
  @uid
end

#verify_mode"POINT_IN_TIME_CONSISTENT", ...

Returns the value of attribute verify_mode.

Returns:

  • ("POINT_IN_TIME_CONSISTENT", "ONLY_FILES_TRANSFERRED", "NONE")


746
747
748
# File 'sig/types.rbs', line 746

def verify_mode
  @verify_mode
end