Method: Aws::S3::Types::S3Location#prefix
- Defined in:
- lib/aws-sdk-s3/types.rb
#prefix ⇒ String
The prefix that is prepended to the restore results for this request.
15670 15671 15672 15673 15674 15675 15676 15677 15678 15679 15680 15681 |
# File 'lib/aws-sdk-s3/types.rb', line 15670 class S3Location < Struct.new( :bucket_name, :prefix, :encryption, :canned_acl, :access_control_list, :tagging, :user_metadata, :storage_class) SENSITIVE = [] include Aws::Structure end |