Class: Aws::S3::Types::S3Location

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#access_control_listArray<Types::Grant>

A list of grants that control access to the staged results.

Returns:



15508
15509
15510
15511
15512
15513
15514
15515
15516
15517
15518
15519
# File 'lib/aws-sdk-s3/types.rb', line 15508

class S3Location < Struct.new(
  :bucket_name,
  :prefix,
  :encryption,
  :canned_acl,
  :access_control_list,
  :tagging,
  :user_metadata,
  :storage_class)
  SENSITIVE = []
  include Aws::Structure
end

#bucket_nameString

The name of the bucket where the restore results will be placed.

Returns:

  • (String)


15508
15509
15510
15511
15512
15513
15514
15515
15516
15517
15518
15519
# File 'lib/aws-sdk-s3/types.rb', line 15508

class S3Location < Struct.new(
  :bucket_name,
  :prefix,
  :encryption,
  :canned_acl,
  :access_control_list,
  :tagging,
  :user_metadata,
  :storage_class)
  SENSITIVE = []
  include Aws::Structure
end

#canned_aclString

The canned ACL to apply to the restore results.

Returns:

  • (String)


15508
15509
15510
15511
15512
15513
15514
15515
15516
15517
15518
15519
# File 'lib/aws-sdk-s3/types.rb', line 15508

class S3Location < Struct.new(
  :bucket_name,
  :prefix,
  :encryption,
  :canned_acl,
  :access_control_list,
  :tagging,
  :user_metadata,
  :storage_class)
  SENSITIVE = []
  include Aws::Structure
end

#encryptionTypes::Encryption

Contains the type of server-side encryption used.

Returns:



15508
15509
15510
15511
15512
15513
15514
15515
15516
15517
15518
15519
# File 'lib/aws-sdk-s3/types.rb', line 15508

class S3Location < Struct.new(
  :bucket_name,
  :prefix,
  :encryption,
  :canned_acl,
  :access_control_list,
  :tagging,
  :user_metadata,
  :storage_class)
  SENSITIVE = []
  include Aws::Structure
end

#prefixString

The prefix that is prepended to the restore results for this request.

Returns:

  • (String)


15508
15509
15510
15511
15512
15513
15514
15515
15516
15517
15518
15519
# File 'lib/aws-sdk-s3/types.rb', line 15508

class S3Location < Struct.new(
  :bucket_name,
  :prefix,
  :encryption,
  :canned_acl,
  :access_control_list,
  :tagging,
  :user_metadata,
  :storage_class)
  SENSITIVE = []
  include Aws::Structure
end

#storage_classString

The class of storage used to store the restore results.

Returns:

  • (String)


15508
15509
15510
15511
15512
15513
15514
15515
15516
15517
15518
15519
# File 'lib/aws-sdk-s3/types.rb', line 15508

class S3Location < Struct.new(
  :bucket_name,
  :prefix,
  :encryption,
  :canned_acl,
  :access_control_list,
  :tagging,
  :user_metadata,
  :storage_class)
  SENSITIVE = []
  include Aws::Structure
end

#taggingTypes::Tagging

The tag-set that is applied to the restore results.

Returns:



15508
15509
15510
15511
15512
15513
15514
15515
15516
15517
15518
15519
# File 'lib/aws-sdk-s3/types.rb', line 15508

class S3Location < Struct.new(
  :bucket_name,
  :prefix,
  :encryption,
  :canned_acl,
  :access_control_list,
  :tagging,
  :user_metadata,
  :storage_class)
  SENSITIVE = []
  include Aws::Structure
end

#user_metadataArray<Types::MetadataEntry>

A list of metadata to store with the restore results in S3.

Returns:



15508
15509
15510
15511
15512
15513
15514
15515
15516
15517
15518
15519
# File 'lib/aws-sdk-s3/types.rb', line 15508

class S3Location < Struct.new(
  :bucket_name,
  :prefix,
  :encryption,
  :canned_acl,
  :access_control_list,
  :tagging,
  :user_metadata,
  :storage_class)
  SENSITIVE = []
  include Aws::Structure
end