Class: Aws::S3Control::Types::S3ComputeObjectChecksumOperation
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::S3ComputeObjectChecksumOperation
- 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
-
#checksum_algorithm ⇒ String
Indicates the algorithm that you want Amazon S3 to use to create the checksum.
-
#checksum_type ⇒ String
Indicates the checksum type that you want Amazon S3 to use to calculate the object's checksum value.
Instance Attribute Details
#checksum_algorithm ⇒ String
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.
7355 7356 7357 7358 7359 7360 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7355 class S3ComputeObjectChecksumOperation < Struct.new( :checksum_algorithm, :checksum_type) SENSITIVE = [] include Aws::Structure end |
#checksum_type ⇒ String
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.
7355 7356 7357 7358 7359 7360 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7355 class S3ComputeObjectChecksumOperation < Struct.new( :checksum_algorithm, :checksum_type) SENSITIVE = [] include Aws::Structure end |