Class: Aws::Glacier::Types::S3Location
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glacier::Types::S3Location
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glacier/types.rb
Overview
Contains information about the location in Amazon S3 where the select job results are stored.
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 Amazon S3 bucket where the job results are stored.
-
#canned_acl ⇒ String
The canned access control list (ACL) to apply to the job results.
-
#encryption ⇒ Types::Encryption
Contains information about the encryption used to store the job results in Amazon S3.
-
#prefix ⇒ String
The prefix that is prepended to the results for this request.
-
#storage_class ⇒ String
The storage class used to store the job results.
-
#tagging ⇒ Hash<String,String>
The tag-set that is applied to the job results.
-
#user_metadata ⇒ Hash<String,String>
A map of metadata to store with the job results in Amazon S3.
Instance Attribute Details
#access_control_list ⇒ Array<Types::Grant>
A list of grants that control access to the staged results.
2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 |
# File 'lib/aws-sdk-glacier/types.rb', line 2059 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 Amazon S3 bucket where the job results are stored.
2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 |
# File 'lib/aws-sdk-glacier/types.rb', line 2059 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 access control list (ACL) to apply to the job results.
2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 |
# File 'lib/aws-sdk-glacier/types.rb', line 2059 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 information about the encryption used to store the job results in Amazon S3.
2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 |
# File 'lib/aws-sdk-glacier/types.rb', line 2059 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 results for this request.
2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 |
# File 'lib/aws-sdk-glacier/types.rb', line 2059 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 storage class used to store the job results.
2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 |
# File 'lib/aws-sdk-glacier/types.rb', line 2059 class S3Location < Struct.new( :bucket_name, :prefix, :encryption, :canned_acl, :access_control_list, :tagging, :user_metadata, :storage_class) SENSITIVE = [] include Aws::Structure end |
#tagging ⇒ Hash<String,String>
The tag-set that is applied to the job results.
2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 |
# File 'lib/aws-sdk-glacier/types.rb', line 2059 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 ⇒ Hash<String,String>
A map of metadata to store with the job results in Amazon S3.
2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 |
# File 'lib/aws-sdk-glacier/types.rb', line 2059 class S3Location < Struct.new( :bucket_name, :prefix, :encryption, :canned_acl, :access_control_list, :tagging, :user_metadata, :storage_class) SENSITIVE = [] include Aws::Structure end |