Class: Aws::Types::Options
- Inherits:
-
Object
- Object
- Aws::Types::Options
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#atime ⇒ "NONE", "BEST_EFFORT"
Returns the value of attribute atime.
-
#bytes_per_second ⇒ ::Integer
Returns the value of attribute bytes_per_second.
-
#gid ⇒ "NONE", ...
Returns the value of attribute gid.
-
#log_level ⇒ "OFF", ...
Returns the value of attribute log_level.
-
#mtime ⇒ "NONE", "PRESERVE"
Returns the value of attribute mtime.
-
#object_tags ⇒ "PRESERVE", "NONE"
Returns the value of attribute object_tags.
-
#overwrite_mode ⇒ "ALWAYS", "NEVER"
Returns the value of attribute overwrite_mode.
-
#posix_permissions ⇒ "NONE", "PRESERVE"
Returns the value of attribute posix_permissions.
-
#preserve_deleted_files ⇒ "PRESERVE", "REMOVE"
Returns the value of attribute preserve_deleted_files.
-
#preserve_devices ⇒ "NONE", "PRESERVE"
Returns the value of attribute preserve_devices.
-
#security_descriptor_copy_flags ⇒ "NONE", ...
Returns the value of attribute security_descriptor_copy_flags.
-
#task_queueing ⇒ "ENABLED", "DISABLED"
Returns the value of attribute task_queueing.
-
#transfer_mode ⇒ "CHANGED", "ALL"
Returns the value of attribute transfer_mode.
-
#uid ⇒ "NONE", ...
Returns the value of attribute uid.
-
#verify_mode ⇒ "POINT_IN_TIME_CONSISTENT", ...
Returns the value of attribute verify_mode.
Instance Attribute Details
#atime ⇒ "NONE", "BEST_EFFORT"
Returns the value of attribute atime.
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.
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.
751 752 753 |
# File 'sig/types.rbs', line 751 def gid @gid end |
#log_level ⇒ "OFF", ...
Returns the value of attribute log_level.
757 758 759 |
# File 'sig/types.rbs', line 757 def log_level @log_level end |
#mtime ⇒ "NONE", "PRESERVE"
Returns the value of attribute mtime.
749 750 751 |
# File 'sig/types.rbs', line 749 def mtime @mtime end |
#object_tags ⇒ "PRESERVE", "NONE"
Returns the value of attribute object_tags.
760 761 762 |
# File 'sig/types.rbs', line 760 def @object_tags end |
#overwrite_mode ⇒ "ALWAYS", "NEVER"
Returns the value of attribute overwrite_mode.
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.
754 755 756 |
# File 'sig/types.rbs', line 754 def @posix_permissions end |
#preserve_deleted_files ⇒ "PRESERVE", "REMOVE"
Returns the value of attribute preserve_deleted_files.
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.
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.
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.
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.
758 759 760 |
# File 'sig/types.rbs', line 758 def transfer_mode @transfer_mode end |
#uid ⇒ "NONE", ...
Returns the value of attribute uid.
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.
746 747 748 |
# File 'sig/types.rbs', line 746 def verify_mode @verify_mode end |