Class: Aws::S3Control::Types::S3ObjectMetadata

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3control/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cache_controlString

Returns:

  • (String)


7418
7419
7420
7421
7422
7423
7424
7425
7426
7427
7428
7429
7430
7431
7432
# File 'lib/aws-sdk-s3control/types.rb', line 7418

class S3ObjectMetadata < Struct.new(
  :cache_control,
  :content_disposition,
  :content_encoding,
  :content_language,
  :user_metadata,
  :content_length,
  :content_md5,
  :content_type,
  :http_expires_date,
  :requester_charged,
  :sse_algorithm)
  SENSITIVE = []
  include Aws::Structure
end

#content_dispositionString

Returns:

  • (String)


7418
7419
7420
7421
7422
7423
7424
7425
7426
7427
7428
7429
7430
7431
7432
# File 'lib/aws-sdk-s3control/types.rb', line 7418

class S3ObjectMetadata < Struct.new(
  :cache_control,
  :content_disposition,
  :content_encoding,
  :content_language,
  :user_metadata,
  :content_length,
  :content_md5,
  :content_type,
  :http_expires_date,
  :requester_charged,
  :sse_algorithm)
  SENSITIVE = []
  include Aws::Structure
end

#content_encodingString

Returns:

  • (String)


7418
7419
7420
7421
7422
7423
7424
7425
7426
7427
7428
7429
7430
7431
7432
# File 'lib/aws-sdk-s3control/types.rb', line 7418

class S3ObjectMetadata < Struct.new(
  :cache_control,
  :content_disposition,
  :content_encoding,
  :content_language,
  :user_metadata,
  :content_length,
  :content_md5,
  :content_type,
  :http_expires_date,
  :requester_charged,
  :sse_algorithm)
  SENSITIVE = []
  include Aws::Structure
end

#content_languageString

Returns:

  • (String)


7418
7419
7420
7421
7422
7423
7424
7425
7426
7427
7428
7429
7430
7431
7432
# File 'lib/aws-sdk-s3control/types.rb', line 7418

class S3ObjectMetadata < Struct.new(
  :cache_control,
  :content_disposition,
  :content_encoding,
  :content_language,
  :user_metadata,
  :content_length,
  :content_md5,
  :content_type,
  :http_expires_date,
  :requester_charged,
  :sse_algorithm)
  SENSITIVE = []
  include Aws::Structure
end

#content_lengthInteger

*This member has been deprecated.*

Returns:

  • (Integer)


7418
7419
7420
7421
7422
7423
7424
7425
7426
7427
7428
7429
7430
7431
7432
# File 'lib/aws-sdk-s3control/types.rb', line 7418

class S3ObjectMetadata < Struct.new(
  :cache_control,
  :content_disposition,
  :content_encoding,
  :content_language,
  :user_metadata,
  :content_length,
  :content_md5,
  :content_type,
  :http_expires_date,
  :requester_charged,
  :sse_algorithm)
  SENSITIVE = []
  include Aws::Structure
end

#content_md5String

*This member has been deprecated.*

Returns:

  • (String)


7418
7419
7420
7421
7422
7423
7424
7425
7426
7427
7428
7429
7430
7431
7432
# File 'lib/aws-sdk-s3control/types.rb', line 7418

class S3ObjectMetadata < Struct.new(
  :cache_control,
  :content_disposition,
  :content_encoding,
  :content_language,
  :user_metadata,
  :content_length,
  :content_md5,
  :content_type,
  :http_expires_date,
  :requester_charged,
  :sse_algorithm)
  SENSITIVE = []
  include Aws::Structure
end

#content_typeString

Returns:

  • (String)


7418
7419
7420
7421
7422
7423
7424
7425
7426
7427
7428
7429
7430
7431
7432
# File 'lib/aws-sdk-s3control/types.rb', line 7418

class S3ObjectMetadata < Struct.new(
  :cache_control,
  :content_disposition,
  :content_encoding,
  :content_language,
  :user_metadata,
  :content_length,
  :content_md5,
  :content_type,
  :http_expires_date,
  :requester_charged,
  :sse_algorithm)
  SENSITIVE = []
  include Aws::Structure
end

#http_expires_dateTime

Returns:

  • (Time)


7418
7419
7420
7421
7422
7423
7424
7425
7426
7427
7428
7429
7430
7431
7432
# File 'lib/aws-sdk-s3control/types.rb', line 7418

class S3ObjectMetadata < Struct.new(
  :cache_control,
  :content_disposition,
  :content_encoding,
  :content_language,
  :user_metadata,
  :content_length,
  :content_md5,
  :content_type,
  :http_expires_date,
  :requester_charged,
  :sse_algorithm)
  SENSITIVE = []
  include Aws::Structure
end

#requester_chargedBoolean

*This member has been deprecated.*

Returns:

  • (Boolean)


7418
7419
7420
7421
7422
7423
7424
7425
7426
7427
7428
7429
7430
7431
7432
# File 'lib/aws-sdk-s3control/types.rb', line 7418

class S3ObjectMetadata < Struct.new(
  :cache_control,
  :content_disposition,
  :content_encoding,
  :content_language,
  :user_metadata,
  :content_length,
  :content_md5,
  :content_type,
  :http_expires_date,
  :requester_charged,
  :sse_algorithm)
  SENSITIVE = []
  include Aws::Structure
end

#sse_algorithmString

The server-side encryption algorithm used when storing objects in Amazon S3.

Directory buckets - For directory buckets, there are only two supported options for server-side encryption: server-side encryption with Amazon S3 managed keys (SSE-S3) (‘AES256`) and server-side encryption with KMS keys (SSE-KMS) (`KMS`). For more information, see [Protecting data with server-side encryption] in the *Amazon S3 User Guide*. For [the Copy operation in Batch Operations], see [S3CopyObjectOperation].

[1]: docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-serv-side-encryption.html [2]: docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-objects-Batch-Ops [3]: docs.aws.amazon.com/AmazonS3/latest/API/API_control_S3CopyObjectOperation.html

Returns:

  • (String)


7418
7419
7420
7421
7422
7423
7424
7425
7426
7427
7428
7429
7430
7431
7432
# File 'lib/aws-sdk-s3control/types.rb', line 7418

class S3ObjectMetadata < Struct.new(
  :cache_control,
  :content_disposition,
  :content_encoding,
  :content_language,
  :user_metadata,
  :content_length,
  :content_md5,
  :content_type,
  :http_expires_date,
  :requester_charged,
  :sse_algorithm)
  SENSITIVE = []
  include Aws::Structure
end

#user_metadataHash<String,String>

Returns:

  • (Hash<String,String>)


7418
7419
7420
7421
7422
7423
7424
7425
7426
7427
7428
7429
7430
7431
7432
# File 'lib/aws-sdk-s3control/types.rb', line 7418

class S3ObjectMetadata < Struct.new(
  :cache_control,
  :content_disposition,
  :content_encoding,
  :content_language,
  :user_metadata,
  :content_length,
  :content_md5,
  :content_type,
  :http_expires_date,
  :requester_charged,
  :sse_algorithm)
  SENSITIVE = []
  include Aws::Structure
end