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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cache_controlString

Returns:

  • (String)


7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
7204
7205
7206
7207
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7193

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)


7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
7204
7205
7206
7207
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7193

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)


7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
7204
7205
7206
7207
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7193

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)


7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
7204
7205
7206
7207
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7193

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)


7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
7204
7205
7206
7207
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7193

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)


7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
7204
7205
7206
7207
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7193

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)


7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
7204
7205
7206
7207
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7193

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)


7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
7204
7205
7206
7207
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7193

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)


7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
7204
7205
7206
7207
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7193

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

For directory buckets, only the server-side encryption with Amazon S3 managed keys (SSE-S3) (AES256) is supported.

Returns:

  • (String)


7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
7204
7205
7206
7207
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7193

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>)


7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
7204
7205
7206
7207
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7193

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