Class: Aws::S3Control::Types::S3ComputeObjectChecksumOperation

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

Overview

Directs the specified job to invoke the ComputeObjectChecksum operation on every object listed in the job's manifest.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#checksum_algorithmString

Indicates the algorithm that you want Amazon S3 to use to create the checksum. For more information, see Checking object integrity in the Amazon S3 User Guide.

Returns:

  • (String)


7303
7304
7305
7306
7307
7308
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7303

class S3ComputeObjectChecksumOperation < Struct.new(
  :checksum_algorithm,
  :checksum_type)
  SENSITIVE = []
  include Aws::Structure
end

#checksum_typeString

Indicates the checksum type that you want Amazon S3 to use to calculate the object’s checksum value. For more information, see Checking object integrity in the Amazon S3 User Guide.

Returns:

  • (String)


7303
7304
7305
7306
7307
7308
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7303

class S3ComputeObjectChecksumOperation < Struct.new(
  :checksum_algorithm,
  :checksum_type)
  SENSITIVE = []
  include Aws::Structure
end