Class: Aws::S3::Types::S3Location
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::S3Location
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Describes an Amazon S3 location that will receive the results of the restore request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_control_list ⇒ Array<Types::Grant>
A list of grants that control access to the staged results.
-
#bucket_name ⇒ String
The name of the bucket where the restore results will be placed.
-
#canned_acl ⇒ String
The canned ACL to apply to the restore results.
-
#encryption ⇒ Types::Encryption
Contains the type of server-side encryption used.
-
#prefix ⇒ String
The prefix that is prepended to the restore results for this request.
-
#storage_class ⇒ String
The class of storage used to store the restore results.
-
#tagging ⇒ Types::Tagging
The tag-set that is applied to the restore results.
-
#user_metadata ⇒ Array<Types::MetadataEntry>
A list of metadata to store with the restore results in S3.
Instance Attribute Details
#access_control_list ⇒ Array<Types::Grant>
A list of grants that control access to the staged results.
16087 16088 16089 16090 16091 16092 16093 16094 16095 16096 16097 16098 |
# File 'lib/aws-sdk-s3/types.rb', line 16087 class S3Location < Struct.new( :bucket_name, :prefix, :encryption, :canned_acl, :access_control_list, :tagging, :user_metadata, :storage_class) SENSITIVE = [] include Aws::Structure end |
#bucket_name ⇒ String
The name of the bucket where the restore results will be placed.
16087 16088 16089 16090 16091 16092 16093 16094 16095 16096 16097 16098 |
# File 'lib/aws-sdk-s3/types.rb', line 16087 class S3Location < Struct.new( :bucket_name, :prefix, :encryption, :canned_acl, :access_control_list, :tagging, :user_metadata, :storage_class) SENSITIVE = [] include Aws::Structure end |
#canned_acl ⇒ String
The canned ACL to apply to the restore results.
16087 16088 16089 16090 16091 16092 16093 16094 16095 16096 16097 16098 |
# File 'lib/aws-sdk-s3/types.rb', line 16087 class S3Location < Struct.new( :bucket_name, :prefix, :encryption, :canned_acl, :access_control_list, :tagging, :user_metadata, :storage_class) SENSITIVE = [] include Aws::Structure end |
#encryption ⇒ Types::Encryption
Contains the type of server-side encryption used.
16087 16088 16089 16090 16091 16092 16093 16094 16095 16096 16097 16098 |
# File 'lib/aws-sdk-s3/types.rb', line 16087 class S3Location < Struct.new( :bucket_name, :prefix, :encryption, :canned_acl, :access_control_list, :tagging, :user_metadata, :storage_class) SENSITIVE = [] include Aws::Structure end |
#prefix ⇒ String
The prefix that is prepended to the restore results for this request.
16087 16088 16089 16090 16091 16092 16093 16094 16095 16096 16097 16098 |
# File 'lib/aws-sdk-s3/types.rb', line 16087 class S3Location < Struct.new( :bucket_name, :prefix, :encryption, :canned_acl, :access_control_list, :tagging, :user_metadata, :storage_class) SENSITIVE = [] include Aws::Structure end |
#storage_class ⇒ String
The class of storage used to store the restore results.
16087 16088 16089 16090 16091 16092 16093 16094 16095 16096 16097 16098 |
# File 'lib/aws-sdk-s3/types.rb', line 16087 class S3Location < Struct.new( :bucket_name, :prefix, :encryption, :canned_acl, :access_control_list, :tagging, :user_metadata, :storage_class) SENSITIVE = [] include Aws::Structure end |
#tagging ⇒ Types::Tagging
The tag-set that is applied to the restore results.
16087 16088 16089 16090 16091 16092 16093 16094 16095 16096 16097 16098 |
# File 'lib/aws-sdk-s3/types.rb', line 16087 class S3Location < Struct.new( :bucket_name, :prefix, :encryption, :canned_acl, :access_control_list, :tagging, :user_metadata, :storage_class) SENSITIVE = [] include Aws::Structure end |
#user_metadata ⇒ Array<Types::MetadataEntry>
A list of metadata to store with the restore results in S3.
16087 16088 16089 16090 16091 16092 16093 16094 16095 16096 16097 16098 |
# File 'lib/aws-sdk-s3/types.rb', line 16087 class S3Location < Struct.new( :bucket_name, :prefix, :encryption, :canned_acl, :access_control_list, :tagging, :user_metadata, :storage_class) SENSITIVE = [] include Aws::Structure end |