Class: Aws::Types::S3CopyObjectOperation
- Inherits:
-
Object
- Object
- Aws::Types::S3CopyObjectOperation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_control_grants ⇒ ::Array[Types::S3Grant]
Returns the value of attribute access_control_grants.
-
#annotation_directive ⇒ "COPY", "EXCLUDE"
Returns the value of attribute annotation_directive.
-
#bucket_key_enabled ⇒ Boolean
Returns the value of attribute bucket_key_enabled.
-
#canned_access_control_list ⇒ "private", ...
Returns the value of attribute canned_access_control_list.
-
#checksum_algorithm ⇒ "CRC32", ...
Returns the value of attribute checksum_algorithm.
-
#metadata_directive ⇒ "COPY", "REPLACE"
Returns the value of attribute metadata_directive.
-
#modified_since_constraint ⇒ ::Time
Returns the value of attribute modified_since_constraint.
-
#new_object_metadata ⇒ Types::S3ObjectMetadata
Returns the value of attribute new_object_metadata.
-
#new_object_tagging ⇒ ::Array[Types::S3Tag]
Returns the value of attribute new_object_tagging.
-
#object_lock_event_hold ⇒ "ON", "OFF"
Returns the value of attribute object_lock_event_hold.
-
#object_lock_event_hold_duration ⇒ Types::S3ObjectLockEventHoldDuration
Returns the value of attribute object_lock_event_hold_duration.
-
#object_lock_legal_hold_status ⇒ "OFF", "ON"
Returns the value of attribute object_lock_legal_hold_status.
-
#object_lock_mode ⇒ "COMPLIANCE", "GOVERNANCE"
Returns the value of attribute object_lock_mode.
-
#object_lock_retain_until_date ⇒ ::Time
Returns the value of attribute object_lock_retain_until_date.
-
#redirect_location ⇒ ::String
Returns the value of attribute redirect_location.
-
#requester_pays ⇒ Boolean
Returns the value of attribute requester_pays.
-
#sse_aws_kms_key_id ⇒ ::String
Returns the value of attribute sse_aws_kms_key_id.
-
#storage_class ⇒ "STANDARD", ...
Returns the value of attribute storage_class.
-
#target_key_prefix ⇒ ::String
Returns the value of attribute target_key_prefix.
-
#target_resource ⇒ ::String
Returns the value of attribute target_resource.
-
#un_modified_since_constraint ⇒ ::Time
Returns the value of attribute un_modified_since_constraint.
Instance Attribute Details
#access_control_grants ⇒ ::Array[Types::S3Grant]
Returns the value of attribute access_control_grants.
1735 1736 1737 |
# File 'sig/types.rbs', line 1735 def access_control_grants @access_control_grants end |
#annotation_directive ⇒ "COPY", "EXCLUDE"
Returns the value of attribute annotation_directive.
1737 1738 1739 |
# File 'sig/types.rbs', line 1737 def annotation_directive @annotation_directive end |
#bucket_key_enabled ⇒ Boolean
Returns the value of attribute bucket_key_enabled.
1750 1751 1752 |
# File 'sig/types.rbs', line 1750 def bucket_key_enabled @bucket_key_enabled end |
#canned_access_control_list ⇒ "private", ...
Returns the value of attribute canned_access_control_list.
1734 1735 1736 |
# File 'sig/types.rbs', line 1734 def canned_access_control_list @canned_access_control_list end |
#checksum_algorithm ⇒ "CRC32", ...
Returns the value of attribute checksum_algorithm.
1751 1752 1753 |
# File 'sig/types.rbs', line 1751 def checksum_algorithm @checksum_algorithm end |
#metadata_directive ⇒ "COPY", "REPLACE"
Returns the value of attribute metadata_directive.
1736 1737 1738 |
# File 'sig/types.rbs', line 1736 def end |
#modified_since_constraint ⇒ ::Time
Returns the value of attribute modified_since_constraint.
1738 1739 1740 |
# File 'sig/types.rbs', line 1738 def modified_since_constraint @modified_since_constraint end |
#new_object_metadata ⇒ Types::S3ObjectMetadata
Returns the value of attribute new_object_metadata.
1739 1740 1741 |
# File 'sig/types.rbs', line 1739 def end |
#new_object_tagging ⇒ ::Array[Types::S3Tag]
Returns the value of attribute new_object_tagging.
1740 1741 1742 |
# File 'sig/types.rbs', line 1740 def new_object_tagging @new_object_tagging end |
#object_lock_event_hold ⇒ "ON", "OFF"
Returns the value of attribute object_lock_event_hold.
1752 1753 1754 |
# File 'sig/types.rbs', line 1752 def object_lock_event_hold @object_lock_event_hold end |
#object_lock_event_hold_duration ⇒ Types::S3ObjectLockEventHoldDuration
Returns the value of attribute object_lock_event_hold_duration.
1753 1754 1755 |
# File 'sig/types.rbs', line 1753 def object_lock_event_hold_duration @object_lock_event_hold_duration end |
#object_lock_legal_hold_status ⇒ "OFF", "ON"
Returns the value of attribute object_lock_legal_hold_status.
1747 1748 1749 |
# File 'sig/types.rbs', line 1747 def object_lock_legal_hold_status @object_lock_legal_hold_status end |
#object_lock_mode ⇒ "COMPLIANCE", "GOVERNANCE"
Returns the value of attribute object_lock_mode.
1748 1749 1750 |
# File 'sig/types.rbs', line 1748 def object_lock_mode @object_lock_mode end |
#object_lock_retain_until_date ⇒ ::Time
Returns the value of attribute object_lock_retain_until_date.
1749 1750 1751 |
# File 'sig/types.rbs', line 1749 def object_lock_retain_until_date @object_lock_retain_until_date end |
#redirect_location ⇒ ::String
Returns the value of attribute redirect_location.
1741 1742 1743 |
# File 'sig/types.rbs', line 1741 def redirect_location @redirect_location end |
#requester_pays ⇒ Boolean
Returns the value of attribute requester_pays.
1742 1743 1744 |
# File 'sig/types.rbs', line 1742 def requester_pays @requester_pays end |
#sse_aws_kms_key_id ⇒ ::String
Returns the value of attribute sse_aws_kms_key_id.
1745 1746 1747 |
# File 'sig/types.rbs', line 1745 def sse_aws_kms_key_id @sse_aws_kms_key_id end |
#storage_class ⇒ "STANDARD", ...
Returns the value of attribute storage_class.
1743 1744 1745 |
# File 'sig/types.rbs', line 1743 def storage_class @storage_class end |
#target_key_prefix ⇒ ::String
Returns the value of attribute target_key_prefix.
1746 1747 1748 |
# File 'sig/types.rbs', line 1746 def target_key_prefix @target_key_prefix end |
#target_resource ⇒ ::String
Returns the value of attribute target_resource.
1733 1734 1735 |
# File 'sig/types.rbs', line 1733 def target_resource @target_resource end |
#un_modified_since_constraint ⇒ ::Time
Returns the value of attribute un_modified_since_constraint.
1744 1745 1746 |
# File 'sig/types.rbs', line 1744 def un_modified_since_constraint @un_modified_since_constraint end |