Method: Aws::S3::Types::PutObjectRetentionRequest#key
- Defined in:
- lib/aws-sdk-s3/types.rb
#key ⇒ String
The key name for the object that you want to apply this Object Retention configuration to.
17065 17066 17067 17068 17069 17070 17071 17072 17073 17074 17075 17076 17077 |
# File 'lib/aws-sdk-s3/types.rb', line 17065 class PutObjectRetentionRequest < Struct.new( :bucket, :key, :retention, :request_payer, :version_id, :bypass_governance_retention, :content_md5, :checksum_algorithm, :expected_bucket_owner) SENSITIVE = [] include Aws::Structure end |