Method: Aws::S3Control::Types::S3CopyObjectOperation#requester_pays
- Defined in:
- lib/aws-sdk-s3control/types.rb
#requester_pays ⇒ Boolean
<note markdown=“1”> This functionality is not supported by directory buckets.
</note>
7567 7568 7569 7570 7571 7572 7573 7574 7575 7576 7577 7578 7579 7580 7581 7582 7583 7584 7585 7586 7587 7588 |
# File 'lib/aws-sdk-s3control/types.rb', line 7567 class S3CopyObjectOperation < Struct.new( :target_resource, :canned_access_control_list, :access_control_grants, :metadata_directive, :modified_since_constraint, :new_object_metadata, :new_object_tagging, :redirect_location, :requester_pays, :storage_class, :un_modified_since_constraint, :sse_aws_kms_key_id, :target_key_prefix, :object_lock_legal_hold_status, :object_lock_mode, :object_lock_retain_until_date, :bucket_key_enabled, :checksum_algorithm) SENSITIVE = [] include Aws::Structure end |