Class: Aws::Types::S3CopyObjectOperation

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#access_control_grants::Array[Types::S3Grant]

Returns the value of attribute access_control_grants.

Returns:



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.

Returns:



1737
1738
1739
# File 'sig/types.rbs', line 1737

def annotation_directive
  @annotation_directive
end

#bucket_key_enabledBoolean

Returns the value of attribute bucket_key_enabled.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



1736
1737
1738
# File 'sig/types.rbs', line 1736

def 
  
end

#modified_since_constraint::Time

Returns the value of attribute modified_since_constraint.

Returns:



1738
1739
1740
# File 'sig/types.rbs', line 1738

def modified_since_constraint
  @modified_since_constraint
end

#new_object_metadataTypes::S3ObjectMetadata

Returns the value of attribute new_object_metadata.

Returns:



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.

Returns:



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.

Returns:



1752
1753
1754
# File 'sig/types.rbs', line 1752

def object_lock_event_hold
  @object_lock_event_hold
end

#object_lock_event_hold_durationTypes::S3ObjectLockEventHoldDuration

Returns the value of attribute object_lock_event_hold_duration.

Returns:



1753
1754
1755
# File 'sig/types.rbs', line 1753

def object_lock_event_hold_duration
  @object_lock_event_hold_duration
end

Returns the value of attribute object_lock_legal_hold_status.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



1741
1742
1743
# File 'sig/types.rbs', line 1741

def redirect_location
  @redirect_location
end

#requester_paysBoolean

Returns the value of attribute requester_pays.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



1744
1745
1746
# File 'sig/types.rbs', line 1744

def un_modified_since_constraint
  @un_modified_since_constraint
end